lua-users home
lua-l archive

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


> #if ANDROID

Well, according to your Stackoverflow linked page, it should in fact be:

#ifdef __ANDROID__

And, as Luiz already pointed out, placed in luaconf.h instead of llex.c