lua-users home
lua-l archive

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


Another 5.2 error.

gcc -g -O2 -fPIC -Wall -Werror -I/home/tnharris/include -fvisibility=hidden -Wno-unused-function -o call.o -c call.c
call.c: In function ‘reserve_code’:
call.c:158: error: ‘lua_call’ undeclared (first use in this function)
call.c:158: error: (Each undeclared identifier is reported only once
call.c:158: error: for each function it appears in.)
make: *** [call.o] Error 1

lua_call has changed to lua_callk.

--
- tom
telliamed@whoopdedo.org