mescc: undefine __GNUC__.
* module/language/c99/compiler.mes (c99-input->full-ast): Remove __GNUC__=0. Should help compiling pcc, libguile/eval.c.
This commit is contained in:
parent
ebb15c72a3
commit
f8865ab276
|
@ -61,7 +61,6 @@
|
||||||
#:cpp-defs `(
|
#:cpp-defs `(
|
||||||
"POSIX=0"
|
"POSIX=0"
|
||||||
"_POSIX_SOURCE=0"
|
"_POSIX_SOURCE=0"
|
||||||
"__GNUC__=0" ;; FIXME: TCC uses #ifdef __GNUC__, but NYACC needs it for #if __GNUC__
|
|
||||||
"__MESC__=1"
|
"__MESC__=1"
|
||||||
"EOF=-1"
|
"EOF=-1"
|
||||||
"STDIN=0"
|
"STDIN=0"
|
||||||
|
|
Loading…
Reference in a new issue