Explorar o código

-DLUA_COMPAT_ALL is the default

Roberto Ierusalimschy %!s(int64=14) %!d(string=hai) anos
pai
achega
cee7a8e1ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      makefile

+ 1 - 1
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