aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index e7bb2ada..fc5c08f3 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.221 2006/10/10 17:40:17 roberto Exp roberto $ 2** $Id: lua.h,v 1.222 2006/10/17 19:59:04 roberto Exp roberto $
3** Lua - An Extensible Extension Language 3** Lua - An Extensible Extension 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
@@ -24,7 +24,7 @@
24 24
25 25
26/* mark for precompiled code ('<esc>Lua') */ 26/* mark for precompiled code ('<esc>Lua') */
27#define LUA_SIGNATURE "\033Lua" 27#define LUA_SIGNATURE "\033Lua"
28 28
29/* option for multiple returns in 'lua_pcall' and 'lua_call' */ 29/* option for multiple returns in 'lua_pcall' and 'lua_call' */
30#define LUA_MULTRET (-1) 30#define LUA_MULTRET (-1)