diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-05-18 19:26:03 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1998-05-18 19:26:03 -0300 |
| commit | 054e0b888a45bc143b8e4cb7a6b77eba0350bb49 (patch) | |
| tree | 5aff6a496078db9a2e068a04d484f46dca628319 /makefile | |
| parent | da252eeff7c64b034fa0c5acf25a5e8b2565bd4a (diff) | |
| download | lua-054e0b888a45bc143b8e4cb7a6b77eba0350bb49.tar.gz lua-054e0b888a45bc143b8e4cb7a6b77eba0350bb49.tar.bz2 lua-054e0b888a45bc143b8e4cb7a6b77eba0350bb49.zip | |
number type in Lua changed for double (by default).
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 |
