remove c99 and c++11 restrictions
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
MYSRCPATHS =
|
||||
MYINCLUDES = -I.
|
||||
# Lua lib is not ready for C99 style...
|
||||
#MYCFLAGS = -std=c99 -D_ISOC99_SOURCE
|
||||
# Lua lib requires GNU extensions (implicit declarations of functions): -std=gnu99 or -std=gnu11
|
||||
MYCFLAGS =
|
||||
MYDEFS = -DLUA_COMPAT_ALL $(SYSCFLAGS)
|
||||
MYSRCS = lapi.c lcode.c lctype.c ldebug.c ldo.c ldump.c lfunc.c lgc.c llex.c \
|
||||
|
||||
Reference in New Issue
Block a user