|
#define luaL_typerror(L,ndx,str) luaL_error(L,"bad argument %d (%s expected, got nil)",ndx,str)
|
|
#define luaL_typerror(L,ndx,str) luaL_error(L,"bad argument %d (%s expected, got nil)",ndx,str)
|
|
/* luaL_register used once, so below expansion is OK for this case */
|
|
/* luaL_register used once, so below expansion is OK for this case */
|