#define __GNUC__ = 2.1
commitf3c1ea6c2d7dca7883985820e46ec536e2d7e8cc
authorgrischka <grischka>
Sat, 15 Oct 2016 14:01:16 +0000 (15 16:01 +0200)
committergrischka <grischka>
Sat, 15 Oct 2016 14:01:16 +0000 (15 16:01 +0200)
treec224b9ac2454e6d024473d1da6afea973fcdd1f7
parent4d247c00a3e966a3f9b3139da8307d64a9c48e25
#define __GNUC__ = 2.1

__GNUC__ nowadays as macro seems to mean the "GNU C dialect"
rather than the compiler itself.  See also

  http://gcc.gnu.org/ml/gcc/2008-07/msg00026.html

This patch will probably cause problems of various kinds but
maybe we should try nonetheless.
libtcc.c
tccgen.c
tcctok.h