diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-01-05 15:12:54 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-01-05 15:12:54 -0200 |
commit | 0c031dcc8bd775e8726b0d37f9a886e3f4d9b7dd (patch) | |
tree | c59f803f4268a790839801818a26c3af5686b8fb /makefile | |
parent | c332c4e9271a723a9e60bf5d49f0b3e18447bd91 (diff) | |
download | lua-0c031dcc8bd775e8726b0d37f9a886e3f4d9b7dd.tar.gz lua-0c031dcc8bd775e8726b0d37f9a886e3f4d9b7dd.tar.bz2 lua-0c031dcc8bd775e8726b0d37f9a886e3f4d9b7dd.zip |
details
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | # | 1 | # |
2 | ## $Id: makefile,v 1.8 1997/12/23 19:24:36 roberto Exp roberto $ | 2 | ## $Id: makefile,v 1.9 1998/01/02 17:46:32 roberto Exp roberto $ |
3 | ## Makefile | 3 | ## Makefile |
4 | ## See Copyright Notice in lua.h | 4 | ## See Copyright Notice in lua.h |
5 | # | 5 | # |
@@ -12,7 +12,7 @@ | |||
12 | # define (undefine) _POSIX_SOURCE if your system is (not) POSIX compliant | 12 | # define (undefine) _POSIX_SOURCE if your system is (not) POSIX compliant |
13 | # | 13 | # |
14 | # define (undefine) OLD_ANSI if your system does NOT have some new ANSI | 14 | # define (undefine) OLD_ANSI if your system does NOT have some new ANSI |
15 | # facilities ("strerror" and "locale.h"). Although they are ANSI, | 15 | # facilities (e.g. strerror, locale.h, memmove). 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 if yous system does need to be compatible with | 18 | # define LUA_COMPAT2_5 if yous system does need to be compatible with |