lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi!

I just noticed that the API functions 'lua_isnone' and 'lua_isnoneornil' are not listed in the index in doc/contents.html (Lua 5.1.2).



diff -r b4c178da0668 doc/contents.html
--- a/doc/contents.html Mon Apr 02 10:05:00 2007 -0400
+++ b/doc/contents.html Thu Apr 12 13:48:41 2007 -0400
@@ -323,6 +323,8 @@ Freely available under the terms of the
<A HREF="">lua_isfunction</A><BR>
<A HREF="">lua_islightuserdata</A><BR>
<A HREF="">lua_isnil</A><BR>
+<A HREF="">lua_isnone</A><BR>
+<A HREF="">lua_isnoneornil</A><BR>
<A HREF="">lua_isnumber</A><BR>
<A HREF="">lua_isstring</A><BR>
<A HREF="">lua_istable</A><BR>

--
Gé Weijers