From 964c503a63af6df00cb3dfca0283be61655b535e Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 2 Jan 1998 15:46:32 -0200 Subject: LUA_COMPAT2.5 may use #ifdef instead of #if --- makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 5a9e3aa6..fbf4939a 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # -## $Id: makefile,v 1.7 1997/12/17 20:48:58 roberto Exp roberto $ +## $Id: makefile,v 1.8 1997/12/23 19:24:36 roberto Exp roberto $ ## Makefile ## See Copyright Notice in lua.h # @@ -15,11 +15,11 @@ # facilities ("strerror" and "locale.h"). Although they are ANSI, # SunOS does not comply; so, add "-DOLD_ANSI" on SunOS # -# define LUA_COMPAT2_5=0 if yous system does not need to be compatible with +# define LUA_COMPAT2_5 if yous system does need to be compatible with # version 2.5 (or older) -CONFIG = -DPOPEN -D_POSIX_SOURCE -DLUA_COMPAT2_5=0 -#CONFIG = -DLUA_COMPAT2_5=0 -DOLD_ANSI -DDEBUG +CONFIG = -DPOPEN -D_POSIX_SOURCE +#CONFIG = -DLUA_COMPAT2_5 -DOLD_ANSI -DDEBUG # Compilation parameters -- cgit v1.2.3-55-g6feb