aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index 95fb3f9c..1738b6d8 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.298 2013/12/30 20:47:58 roberto Exp roberto $ 2** $Id: lua.h,v 1.299 2014/02/13 12:11:34 roberto Exp roberto $
3** Lua - A Scripting Language 3** Lua - A Scripting Language
4** Lua.org, PUC-Rio, Brazil (http://www.lua.org) 4** Lua.org, PUC-Rio, Brazil (http://www.lua.org)
5** See Copyright Notice at the end of this file 5** See Copyright Notice at the end of this file
@@ -270,7 +270,7 @@ LUA_API int (lua_load) (lua_State *L, lua_Reader reader, void *dt,
270 const char *chunkname, 270 const char *chunkname,
271 const char *mode); 271 const char *mode);
272 272
273LUA_API int (lua_dump) (lua_State *L, lua_Writer writer, void *data); 273LUA_API int (lua_dump) (lua_State *L, lua_Writer writer, void *data, int strip);
274 274
275 275
276/* 276/*