lua-users home
lua-l archive

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


luaopen_string 
luaopen_table
luaopen_math
luaopen_debug
luaopen_io
luaopen_package
luaopen_base

Quote from Lua 5.1 reference manual:
 >These functions are declared in |lualib.h| and should not be called 
directly: you must call them like any other Lua C function, e.g., by 
using |lua_call|.

Are these the only C api functions subject to this special case, or must
all of the C api be accessed via the lua_call routine? The above
sentence seems to imply the latter.

If these are the only special case calls, then maybe it would be more
useful to either make these work as previously, or deprecate the 5.0
signature and hint that these functions have changed significantly.

Thanks for the help!

D. Stockdale


 
========================================
DISCLAIMER 

The contents of this e-mail and any attachments are confidential to the intended recipient and may also be legally privileged.  Unless you are the named addressee (or authorised to receive for the addressee) of this email you may not copy, disclose or distribute it to anyone else.  

If you have received this email in error, please notify us immediately by e-mail on administrator@sega.co.uk and then delete the email and any copies.  The SEGA Group have made all reasonable efforts to ensure that this e-mail and any attached documents or software are free from software viruses, but it is the recipient's responsibility to confirm this.

========================================