From cee7a8e1eca3ca0e81e36e29608ec833dd6801a1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 16 Nov 2010 09:39:42 -0200 Subject: [PATCH] -DLUA_COMPAT_ALL is the default --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 1e6dcb0e..5ed42ae8 100644 --- 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