Feng Nauh wrote:
I compile lua 5.2.1 with tcc on win32, and get this failure. tcc -c ldump.c ldump.c:63: error: 'NULL' undeclared tcc -c lfunc.c lfunc.c:24: error: 'NULL' undeclared tcc -c lmem.c lmem.c:85: error: 'NULL' undeclaredI notice that 'NULL' is defined in <stddef.h> with tcc.
Fixed in git. Thanks for the report, --- grischka _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
