aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-01-02 15:46:32 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1998-01-02 15:46:32 -0200
commit964c503a63af6df00cb3dfca0283be61655b535e (patch)
tree70d2da360649261c439f2564c8c9fa1a896ce1ab /makefile
parent90d87e3a78e567f3db307d2c90a63386c881c68d (diff)
downloadlua-964c503a63af6df00cb3dfca0283be61655b535e.tar.gz
lua-964c503a63af6df00cb3dfca0283be61655b535e.tar.bz2
lua-964c503a63af6df00cb3dfca0283be61655b535e.zip
LUA_COMPAT2.5 may use #ifdef instead of #if
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/makefile b/makefile
index 5a9e3aa6..fbf4939a 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
1# 1#
2## $Id: makefile,v 1.7 1997/12/17 20:48:58 roberto Exp roberto $ 2## $Id: makefile,v 1.8 1997/12/23 19:24:36 roberto Exp roberto $
3## Makefile 3## Makefile
4## See Copyright Notice in lua.h 4## See Copyright Notice in lua.h
5# 5#
@@ -15,11 +15,11 @@
15# facilities ("strerror" and "locale.h"). Although they are ANSI, 15# facilities ("strerror" and "locale.h"). Although they are ANSI,
16# SunOS does not comply; so, add "-DOLD_ANSI" on SunOS 16# SunOS does not comply; so, add "-DOLD_ANSI" on SunOS
17# 17#
18# define LUA_COMPAT2_5=0 if yous system does not need to be compatible with 18# define LUA_COMPAT2_5 if yous system does need to be compatible with
19# version 2.5 (or older) 19# version 2.5 (or older)
20 20
21CONFIG = -DPOPEN -D_POSIX_SOURCE -DLUA_COMPAT2_5=0 21CONFIG = -DPOPEN -D_POSIX_SOURCE
22#CONFIG = -DLUA_COMPAT2_5=0 -DOLD_ANSI -DDEBUG 22#CONFIG = -DLUA_COMPAT2_5 -DOLD_ANSI -DDEBUG
23 23
24 24
25# Compilation parameters 25# Compilation parameters