mirror of https://github.com/rusefi/lua.git
some compatibility macros
This commit is contained in:
parent
cfaa8fbf1d
commit
34df9976a9
|
@ -102,6 +102,15 @@ LUALIB_API void luaL_pushresult (luaL_Buffer *B);
|
|||
/* }====================================================== */
|
||||
|
||||
|
||||
|
||||
/*
|
||||
** Compatibility macros
|
||||
*/
|
||||
|
||||
#define luaL_checktype luaL_check_type
|
||||
#define luaL_checkany luaL_check_any
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue