diff options
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 |
