aboutsummaryrefslogtreecommitdiff
path: root/liolib.c
diff options
context:
space:
mode:
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) {