aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2006-11-30 09:25:40 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2006-11-30 09:25:40 -0200
commitc36e2265d909591e7698bf7b242eae28995a8dfa (patch)
treeef88028b9aedfbb8a8becb36131504e528ce3e13 /lua.h
parenta68df3898d3f4768106481e1a8010a768f22f943 (diff)
downloadlua-c36e2265d909591e7698bf7b242eae28995a8dfa.tar.gz
lua-c36e2265d909591e7698bf7b242eae28995a8dfa.tar.bz2
lua-c36e2265d909591e7698bf7b242eae28995a8dfa.zip
detail (tab->space)
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 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)