tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Call for testing


From: Feng Nauh
Subject: Re: [Tinycc-devel] Call for testing
Date: Thu, 24 Jan 2013 23:25:17 +0800

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.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]