lua-users home
lua-l archive

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


> extern "C" { #include <lua.h> }

That's a syntax error - nothing to do with Lua. Statements for the preprocessor must preceded only
by whitespace. Change the above to:

extern "C" {
#include <lua.h>
}


__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com