aboutsummaryrefslogtreecommitdiff
path: root/liolib.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-10-03 09:54:57 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-10-03 09:54:57 -0300
commit2f4d429071ef6c1fd372bf0bbdf48b09eb5741a9 (patch)
treeee9e714ec28c0d12c2a0241e01015f804719509e /liolib.c
parent27f7bd2e8301213d1b84eecad5c3e5cee35b24eb (diff)
downloadlua-2f4d429071ef6c1fd372bf0bbdf48b09eb5741a9.tar.gz
lua-2f4d429071ef6c1fd372bf0bbdf48b09eb5741a9.tar.bz2
lua-2f4d429071ef6c1fd372bf0bbdf48b09eb5741a9.zip
details (comments)
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 8a81dd57..a1408550 100644
--- a/liolib.c
+++ b/liolib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: liolib.c,v 2.129 2014/09/26 14:09:21 roberto Exp roberto $ 2** $Id: liolib.c,v 2.130 2014/10/01 16:05:06 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*/
@@ -195,7 +195,7 @@ static LStream *newprefile (lua_State *L) {
195 195
196/* 196/*
197** Calls the 'close' function from a file handle. The 'volatile' avoids 197** Calls the 'close' function from a file handle. The 'volatile' avoids
198** a bug in some verisions of the Clang compiler (e.g., clang 3.0 for 198** a bug in some versions of the Clang compiler (e.g., clang 3.0 for
199** 32 bits). 199** 32 bits).
200*/ 200*/
201static int aux_close (lua_State *L) { 201static int aux_close (lua_State *L) {