aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 6b007584..74783180 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
1# 1#
2## $Id: makefile,v 1.27 2000/09/11 20:29:27 roberto Exp roberto $ 2## $Id: makefile,v 1.28 2000/09/18 19:46:37 roberto Exp roberto $
3## Makefile 3## Makefile
4## See Copyright Notice in lua.h 4## See Copyright Notice in lua.h
5# 5#
@@ -26,7 +26,7 @@
26# define LUA_DEPRECATETFUNCS to include obsolete functions 26# define LUA_DEPRECATETFUNCS to include obsolete functions
27 27
28CONFIG = -DPOPEN -D_POSIX_SOURCE 28CONFIG = -DPOPEN -D_POSIX_SOURCE
29#CONFIG = -DOLD_ANSI -DDEBUG -DLUA_COMPAT_READPATTERN -DLUA_COMPAT_ARGRET 29#CONFIG = -DOLD_ANSI -DLUA_DEBUG -DLUA_COMPAT_READPATTERN -DLUA_COMPAT_ARGRET
30# -DLUA_DEPRECATETFUNCS 30# -DLUA_DEPRECATETFUNCS
31 31
32 32