summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/lua/src/ldo.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/lua/src/ldo.h')
-rw-r--r--3rdparty/lua/src/ldo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/lua/src/ldo.h b/3rdparty/lua/src/ldo.h
index d3d3082c9ba..05745c8ad8d 100644
--- a/3rdparty/lua/src/ldo.h
+++ b/3rdparty/lua/src/ldo.h
@@ -1,5 +1,5 @@
/*
-** $Id: ldo.h,v 2.20.1.1 2013/04/12 18:48:47 roberto Exp $
+** $Id: ldo.h,v 2.21 2014/10/25 11:50:46 roberto Exp $
** Stack and Call structure of Lua
** See Copyright Notice in lua.h
*/
@@ -23,7 +23,7 @@
#define restorestack(L,n) ((TValue *)((char *)L->stack + (n)))
-/* type of protected functions, to be ran by `runprotected' */
+/* type of protected functions, to be ran by 'runprotected' */
typedef void (*Pfunc) (lua_State *L, void *ud);
LUAI_FUNC int luaD_protectedparser (lua_State *L, ZIO *z, const char *name,