commit e4d369c9b751154514ffa0b78e96f0d393d7fb3a
parent 42a662334a6fc3075a390c4be58a930522885128
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Fri, 12 Aug 2005 10:33:53 -0300
comments
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lua.h b/lua.h
@@ -1,5 +1,5 @@
/*
-** $Id: lua.h,v 1.209 2005/05/31 14:34:02 roberto Exp roberto $
+** $Id: lua.h,v 1.210 2005/08/09 17:57:54 roberto Exp roberto $
** Lua - An Extensible Extension Language
** Lua.org, PUC-Rio, Brazil
** http://www.lua.org
@@ -39,7 +39,7 @@
#define lua_upvalueindex(i) (LUA_GLOBALSINDEX-(i))
-/* return codes for `lua_pcall', `lua_resume', and `lua_status' */
+/* thread status; 0 is OK */
#define LUA_YIELD 1
#define LUA_ERRRUN 2
#define LUA_ERRSYNTAX 3