diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-10-03 09:54:57 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-10-03 09:54:57 -0300 |
commit | 2f4d429071ef6c1fd372bf0bbdf48b09eb5741a9 (patch) | |
tree | ee9e714ec28c0d12c2a0241e01015f804719509e /liolib.c | |
parent | 27f7bd2e8301213d1b84eecad5c3e5cee35b24eb (diff) | |
download | lua-2f4d429071ef6c1fd372bf0bbdf48b09eb5741a9.tar.gz lua-2f4d429071ef6c1fd372bf0bbdf48b09eb5741a9.tar.bz2 lua-2f4d429071ef6c1fd372bf0bbdf48b09eb5741a9.zip |
details (comments)
Diffstat (limited to 'liolib.c')
-rw-r--r-- | liolib.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | */ |
201 | static int aux_close (lua_State *L) { | 201 | static int aux_close (lua_State *L) { |