Explorar el Código

-DLUA_COMPAT_ALL is the default

Roberto Ierusalimschy hace 14 años
padre
commit
cee7a8e1ec
Se han modificado 1 ficheros con 1 adiciones y 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