K 10 svn:author V 6 marino K 8 svn:date V 27 2015-11-02T09:22:26.038508Z K 7 svn:log V 345 emulators/(mame|mess): Avoid name pollution with At least on DragonFly's base compiler (gcc 5.2), the getc and ungetc routines in mame/mess were getting clobbered by . Rename getc and ungetc to mame_getc and mame_ungetc to fix. For some reason, macro definitions did not work so I had to patch every instance individually. END