aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-10-30 15:50:00 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-10-30 15:50:00 -0200
commit7409678b5d8174922973c037dad5155779039c41 (patch)
treec5d3f935cee15fedb685f742c226d932450541d7 /makefile
parentd1c689af402e847f77dbe164265e097e90bdc61a (diff)
downloadlua-7409678b5d8174922973c037dad5155779039c41.tar.gz
lua-7409678b5d8174922973c037dad5155779039c41.tar.bz2
lua-7409678b5d8174922973c037dad5155779039c41.zip
DEBUG renamed to LUA_DEBUG
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