diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | # | 1 | # |
2 | ## $Id: makefile,v 1.9 1998/01/02 17:46:32 roberto Exp roberto $ | 2 | ## $Id: makefile,v 1.10 1998/01/05 17:12:54 roberto Exp roberto $ |
3 | ## Makefile | 3 | ## Makefile |
4 | ## See Copyright Notice in lua.h | 4 | ## See Copyright Notice in lua.h |
5 | # | 5 | # |
@@ -17,6 +17,8 @@ | |||
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 |
19 | # version 2.5 (or older) | 19 | # version 2.5 (or older) |
20 | # | ||
21 | #define LUA_NUM_TYPE if you need numbers to be different from double | ||
20 | 22 | ||
21 | CONFIG = -DPOPEN -D_POSIX_SOURCE | 23 | CONFIG = -DPOPEN -D_POSIX_SOURCE |
22 | #CONFIG = -DLUA_COMPAT2_5 -DOLD_ANSI -DDEBUG | 24 | #CONFIG = -DLUA_COMPAT2_5 -DOLD_ANSI -DDEBUG |