lua

A copy of the Lua development repository
Log | Files | Refs | README

commit cee7a8e1eca3ca0e81e36e29608ec833dd6801a1
parent 8c21f463ed655f2869c41b6c2f561d7aef7bde7f
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Tue, 16 Nov 2010 09:39:18 -0200

-DLUA_COMPAT_ALL is the default

Diffstat:
Mmakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile @@ -41,7 +41,7 @@ LOCAL = $(TESTS) $(CWARNS) # enable Linux goodies -MYCFLAGS= $(LOCAL) -DLUA_USE_LINUX -g +MYCFLAGS= $(LOCAL) -DLUA_USE_LINUX -DLUA_COMPAT_ALL -g MYLDFLAGS= -Wl,-E -g MYLIBS= -ldl -lreadline -lhistory -lncurses