lua-users home
lua-l archive

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


Mark Junker wrote:

Hi,

I forgot to mention more change requests:

1. Please put the "extern "C" { ... }" stuff around all declarations in your header file

However, this is not critical but it's more readable when this "extern" stuff will be moved from the C++ source files to the lua header files.

This is a very common request, and is addressed in the FAQ on the Lua wiki: http://lua-users.org/wiki/LuaFaq

It's also been discussed to death several times on this list, so check the archives if you're interested in the details.

-Lucas