diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-04-24 18:05:11 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-04-24 18:05:11 -0300 |
commit | 2ae9c856cfd8db834e023ee0b00601d02df9b388 (patch) | |
tree | 7942365e1fa6e4ab7818e8b19e1bfb82234bd1d8 /makefile | |
parent | c4409f69aba65f3b6d4921a5bd4f734fb85b91f9 (diff) | |
download | lua-2ae9c856cfd8db834e023ee0b00601d02df9b388.tar.gz lua-2ae9c856cfd8db834e023ee0b00601d02df9b388.tar.bz2 lua-2ae9c856cfd8db834e023ee0b00601d02df9b388.zip |
more uniform names
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.24 2000/04/14 17:50:30 roberto Exp $ | 2 | ## $Id: makefile,v 1.24 2000/04/14 17:52:09 roberto Exp roberto $ |
3 | ## Makefile | 3 | ## Makefile |
4 | ## See Copyright Notice in lua.h | 4 | ## See Copyright Notice in lua.h |
5 | # | 5 | # |
@@ -18,11 +18,11 @@ | |||
18 | # define LUA_NUM_TYPE if you need numbers to be different from double | 18 | # define LUA_NUM_TYPE if you need numbers to be different from double |
19 | # (for instance, -DLUA_NUM_TYPE=float) | 19 | # (for instance, -DLUA_NUM_TYPE=float) |
20 | # | 20 | # |
21 | # define COMPAT_READPATTERN if you need read patterns | 21 | # define LUA_COMPAT_READPATTERN if you need read patterns |
22 | # (only for compatibility with previous versions) | 22 | # (only for compatibility with previous versions) |
23 | 23 | ||
24 | CONFIG = -DPOPEN -D_POSIX_SOURCE | 24 | CONFIG = -DPOPEN -D_POSIX_SOURCE |
25 | #CONFIG = -DOLD_ANSI -DDEBUG -DCOMPAT_READPATTERN | 25 | #CONFIG = -DOLD_ANSI -DDEBUG -DLUA_COMPAT_READPATTERN |
26 | 26 | ||
27 | 27 | ||
28 | # Compilation parameters | 28 | # Compilation parameters |