diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-10-30 15:50:00 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-10-30 15:50:00 -0200 |
commit | 7409678b5d8174922973c037dad5155779039c41 (patch) | |
tree | c5d3f935cee15fedb685f742c226d932450541d7 /makefile | |
parent | d1c689af402e847f77dbe164265e097e90bdc61a (diff) | |
download | lua-7409678b5d8174922973c037dad5155779039c41.tar.gz lua-7409678b5d8174922973c037dad5155779039c41.tar.bz2 lua-7409678b5d8174922973c037dad5155779039c41.zip |
DEBUG renamed to LUA_DEBUG
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||
28 | CONFIG = -DPOPEN -D_POSIX_SOURCE | 28 | CONFIG = -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 | ||