diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-02-22 16:12:46 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-02-22 16:12:46 -0200 |
commit | 4d4e6f07c022f94999c52fb593a20fce85c5092a (patch) | |
tree | 538175d34df7d5fb0a24c6c4c03b07b34f8d2665 /makefile | |
parent | 5cecf0ea9f14d9ea5363654c429c3fd7d2c0e1a7 (diff) | |
download | lua-4d4e6f07c022f94999c52fb593a20fce85c5092a.tar.gz lua-4d4e6f07c022f94999c52fb593a20fce85c5092a.tar.bz2 lua-4d4e6f07c022f94999c52fb593a20fce85c5092a.zip |
all order operators use a single tag method (<)
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | # | 1 | # |
2 | ## $Id: makefile,v 1.21 1999/10/04 17:51:04 roberto Exp roberto $ | 2 | ## $Id: makefile,v 1.22 2000/02/22 13:31:43 roberto Exp roberto $ |
3 | ## Makefile | 3 | ## Makefile |
4 | ## See Copyright Notice in lua.h | 4 | ## See Copyright Notice in lua.h |
5 | # | 5 | # |
@@ -24,8 +24,8 @@ | |||
24 | # define COMPAT_READPATTERN if you need read patterns | 24 | # define COMPAT_READPATTERN if you need read patterns |
25 | # (only for compatibility with previous versions) | 25 | # (only for compatibility with previous versions) |
26 | 26 | ||
27 | CONFIG = -DPOPEN -D_POSIX_SOURCE | 27 | CONFIG = -DPOPEN -D_POSIX_SOURCE -DDEBUG -DLUA_COMPAT_ORDER_TM |
28 | #CONFIG = -DOLD_ANSI -DDEBUG -DLUA_COMPAT_GC -DCOMPAT_READPATTERN | 28 | #CONFIG = -DOLD_ANSI -DDEBUG -DLUA_COMPAT_GC -DCOMPAT_READPATTERN -DLUA_COMPAT_ORDER_TM |
29 | 29 | ||
30 | 30 | ||
31 | # Compilation parameters | 31 | # Compilation parameters |