summaryrefslogtreecommitdiff
path: root/liolib.c
diff options
context:
space:
mode:
Diffstat (limited to 'liolib.c')
-rw-r--r--liolib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/liolib.c b/liolib.c
index 68358f6a..4ec56630 100644
--- a/liolib.c
+++ b/liolib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: liolib.c,v 1.60 2000/03/22 16:24:13 roberto Exp roberto $ 2** $Id: liolib.c,v 1.61 2000/03/30 17:19:48 roberto Exp roberto $
3** Standard I/O (and system) library 3** Standard I/O (and system) library
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -231,7 +231,7 @@ static void io_appendto (lua_State *L) {
231 231
232 232
233 233
234#ifdef COMPAT_READPATTERN 234#ifdef LUA_COMPAT_READPATTERN
235 235
236/* 236/*
237** We cannot lookahead without need, because this can lock stdin. 237** We cannot lookahead without need, because this can lock stdin.