From 2ae9c856cfd8db834e023ee0b00601d02df9b388 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 24 Apr 2000 18:05:11 -0300 Subject: more uniform names --- liolib.c | 4 ++-- makefile | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/liolib.c b/liolib.c index 68358f6a..4ec56630 100644 --- a/liolib.c +++ b/liolib.c @@ -1,5 +1,5 @@ /* -** $Id: liolib.c,v 1.60 2000/03/22 16:24:13 roberto Exp roberto $ +** $Id: liolib.c,v 1.61 2000/03/30 17:19:48 roberto Exp roberto $ ** Standard I/O (and system) library ** See Copyright Notice in lua.h */ @@ -231,7 +231,7 @@ static void io_appendto (lua_State *L) { -#ifdef COMPAT_READPATTERN +#ifdef LUA_COMPAT_READPATTERN /* ** We cannot lookahead without need, because this can lock stdin. 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 -- cgit v1.2.3-55-g6feb