From b840a7518df607d2a1024c33dc2cc2022054d40a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 2 Oct 2001 13:43:29 -0300 Subject: details --- liolib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'liolib.c') diff --git a/liolib.c b/liolib.c index 8c64980f..2a9f11b9 100644 --- a/liolib.c +++ b/liolib.c @@ -1,5 +1,5 @@ /* -** $Id: liolib.c,v 1.121 2001/07/22 00:59:36 roberto Exp $ +** $Id: liolib.c,v 1.122 2001/08/31 19:46:07 roberto Exp $ ** Standard I/O (and system) library ** See Copyright Notice in lua.h */ @@ -322,7 +322,7 @@ static int io_read (lua_State *L) { success = 1; /* always success */ break; case l_c('w'): /* word */ - lua_error(L, l_s("option `*w' is deprecated")); + lua_error(L, l_s("obsolete option `*w'")); break; case l_c('u'): { /* read until */ size_t pl = lua_strlen(L, n) - 2; -- cgit v1.2.3-55-g6feb