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' undeclared
I notice that 'NULL' is defined in <stddef.h> with tcc.
_______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
