diff options
author | marino <marino@FreeBSD.org> | 2015-11-02 17:22:26 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-11-02 17:22:26 +0800 |
commit | f5352d12c71ab77488846f05ea40b7a1301275b4 (patch) | |
tree | bae2a58dbc71ae188efbd53cf1be98cce46fa3f0 /japanese | |
parent | 134ba3acaf1611c3601d4e0b7d131eaad2c20af4 (diff) | |
download | freebsd-ports-gnome-f5352d12c71ab77488846f05ea40b7a1301275b4.tar.gz freebsd-ports-gnome-f5352d12c71ab77488846f05ea40b7a1301275b4.tar.zst freebsd-ports-gnome-f5352d12c71ab77488846f05ea40b7a1301275b4.zip |
emulators/(mame|mess): Avoid name pollution with <stdio.h>
At least on DragonFly's base compiler (gcc 5.2), the getc and ungetc
routines in mame/mess were getting clobbered by <stdio.h>. 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.
Diffstat (limited to 'japanese')
0 files changed, 0 insertions, 0 deletions