diff options
-rw-r--r-- | makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | # | 1 | # |
2 | ## $Id: makefile,v 1.28 2000/09/18 19:46:37 roberto Exp roberto $ | 2 | ## $Id: makefile,v 1.29 2000/10/30 17:50:00 roberto Exp roberto $ |
3 | ## Makefile | 3 | ## Makefile |
4 | ## See Copyright Notice in lua.h | 4 | ## See Copyright Notice in lua.h |
5 | # | 5 | # |
@@ -23,11 +23,11 @@ | |||
23 | # (only for compatibility with previous versions) | 23 | # (only for compatibility with previous versions) |
24 | # define LUA_COMPAT_ARGRET for compatibility in the way function results | 24 | # define LUA_COMPAT_ARGRET for compatibility in the way function results |
25 | # are passed as arguments | 25 | # are passed as arguments |
26 | # define LUA_DEPRECATETFUNCS to include obsolete functions | 26 | # define LUA_DEPRECATEDFUNCS to include obsolete functions |
27 | 27 | ||
28 | CONFIG = -DPOPEN -D_POSIX_SOURCE | 28 | CONFIG = -DPOPEN -D_POSIX_SOURCE |
29 | #CONFIG = -DOLD_ANSI -DLUA_DEBUG -DLUA_COMPAT_READPATTERN -DLUA_COMPAT_ARGRET | 29 | #CONFIG = -DOLD_ANSI -DLUA_DEBUG -DLUA_COMPAT_READPATTERN -DLUA_COMPAT_ARGRET |
30 | # -DLUA_DEPRECATETFUNCS | 30 | # -DLUA_DEPRECATEDFUNCS |
31 | 31 | ||
32 | 32 | ||
33 | # Compilation parameters | 33 | # Compilation parameters |