aboutsummaryrefslogtreecommitdiff
path: root/lauxlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lauxlib.h')
-rw-r--r--lauxlib.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/lauxlib.h b/lauxlib.h
index fd9d1f53..92f8b5d6 100644
--- a/lauxlib.h
+++ b/lauxlib.h
@@ -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