From e81f1841644405845e7de6bd70a0f074cced3d81 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 23 Jun 1997 15:27:53 -0300 Subject: new #define LUA_COMPAT2_5 to select "compatibility mode". --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 7fe53d50..9723ef09 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.34 1997/06/11 18:57:00 roberto Exp roberto $ +# $Id: makefile,v 1.35 1997/06/16 16:50:22 roberto Exp roberto $ #configuration @@ -6,6 +6,8 @@ # define (undefine) _POSIX_SOURCE if your system is (not) POSIX compliant #define (undefine) NOSTRERROR if your system does NOT have function "strerror" # (although this is ANSI, SunOS does not comply; so, add "-DNOSTRERROR" on SunOS) +# define LUA_COMPAT2_5=0 if yous system does not need to be compatible with +# version 2.5 (or older) CONFIG = -DPOPEN -D_POSIX_SOURCE # Compilation parameters CC = gcc -- cgit v1.2.3-55-g6feb