diff options
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) { |