aboutsummaryrefslogtreecommitdiff
path: root/liolib.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-06-06 15:17:33 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-06-06 15:17:33 -0300
commit000d081fd0966ba8f39178186d30319df37d631f (patch)
tree9260d75fcdf08fbf118330dc87316a6b52770c61 /liolib.c
parent65d66ba27592271cda71caefe231f9ee2d909d5c (diff)
downloadlua-000d081fd0966ba8f39178186d30319df37d631f.tar.gz
lua-000d081fd0966ba8f39178186d30319df37d631f.tar.bz2
lua-000d081fd0966ba8f39178186d30319df37d631f.zip
warnings from other compilers
Diffstat (limited to 'liolib.c')
-rw-r--r--liolib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/liolib.c b/liolib.c
index f73aa9bf..31fb4202 100644
--- a/liolib.c
+++ b/liolib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: liolib.c,v 2.8 2002/06/05 17:42:03 roberto Exp roberto $ 2** $Id: liolib.c,v 2.9 2002/06/06 12:43:08 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*/
@@ -281,7 +281,6 @@ static int g_read (lua_State *L, FILE *f, int first) {
281 break; 281 break;
282 case 'w': /* word */ 282 case 'w': /* word */
283 return luaL_verror(L, "obsolete option `*w'"); 283 return luaL_verror(L, "obsolete option `*w'");
284 break;
285 default: 284 default:
286 return luaL_argerror(L, n, "invalid format"); 285 return luaL_argerror(L, n, "invalid format");
287 } 286 }