summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-04-24 18:05:11 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-04-24 18:05:11 -0300
commit2ae9c856cfd8db834e023ee0b00601d02df9b388 (patch)
tree7942365e1fa6e4ab7818e8b19e1bfb82234bd1d8 /makefile
parentc4409f69aba65f3b6d4921a5bd4f734fb85b91f9 (diff)
downloadlua-github-2ae9c856cfd8db834e023ee0b00601d02df9b388.tar.gz
more uniform names
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index 24f42a38..ae80f316 100644
--- a/makefile
+++ b/makefile
@@ -1,5 +1,5 @@
#
-## $Id: makefile,v 1.24 2000/04/14 17:50:30 roberto Exp $
+## $Id: makefile,v 1.24 2000/04/14 17:52:09 roberto Exp roberto $
## Makefile
## See Copyright Notice in lua.h
#
@@ -18,11 +18,11 @@
# define LUA_NUM_TYPE if you need numbers to be different from double
# (for instance, -DLUA_NUM_TYPE=float)
#
-# define COMPAT_READPATTERN if you need read patterns
+# define LUA_COMPAT_READPATTERN if you need read patterns
# (only for compatibility with previous versions)
CONFIG = -DPOPEN -D_POSIX_SOURCE
-#CONFIG = -DOLD_ANSI -DDEBUG -DCOMPAT_READPATTERN
+#CONFIG = -DOLD_ANSI -DDEBUG -DLUA_COMPAT_READPATTERN
# Compilation parameters