aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-11-06 11:45:18 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-11-06 11:45:18 -0200
commit906d5dcc41de55bcdd47d019ec1547e04de60f53 (patch)
treea9add6c0149f104cc4a20ee27fee2b24516cb49d
parent93a5649d40a3a8b8e5b329305f8cda868d98615e (diff)
downloadlua-906d5dcc41de55bcdd47d019ec1547e04de60f53.tar.gz
lua-906d5dcc41de55bcdd47d019ec1547e04de60f53.tar.bz2
lua-906d5dcc41de55bcdd47d019ec1547e04de60f53.zip
details
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index 74783180..f9e398bb 100644
--- a/makefile
+++ b/makefile
@@ -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
28CONFIG = -DPOPEN -D_POSIX_SOURCE 28CONFIG = -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