diff options
Diffstat (limited to 'lauxlib.h')
-rw-r--r-- | lauxlib.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -102,6 +102,15 @@ LUALIB_API void luaL_pushresult (luaL_Buffer *B); | |||
102 | /* }====================================================== */ | 102 | /* }====================================================== */ |
103 | 103 | ||
104 | 104 | ||
105 | |||
106 | /* | ||
107 | ** Compatibility macros | ||
108 | */ | ||
109 | |||
110 | #define luaL_checktype luaL_check_type | ||
111 | #define luaL_checkany luaL_check_any | ||
112 | |||
113 | |||
105 | #endif | 114 | #endif |
106 | 115 | ||
107 | 116 | ||