diff options
| -rw-r--r-- | lauxlib.h | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lauxlib.h,v 1.54 2002/09/16 19:49:45 roberto Exp roberto $ | 2 | ** $Id: lauxlib.h,v 1.55 2002/11/14 15:41:38 roberto Exp roberto $ |
| 3 | ** Auxiliary functions for building Lua libraries | 3 | ** Auxiliary functions for building Lua libraries |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -119,7 +119,7 @@ LUALIB_API int lua_dostring (lua_State *L, const char *str); | |||
| 119 | LUALIB_API int lua_dobuffer (lua_State *L, const char *buff, size_t sz, | 119 | LUALIB_API int lua_dobuffer (lua_State *L, const char *buff, size_t sz, |
| 120 | const char *n); | 120 | const char *n); |
| 121 | 121 | ||
| 122 | /* | 122 | |
| 123 | #define luaL_check_lstr luaL_checklstring | 123 | #define luaL_check_lstr luaL_checklstring |
| 124 | #define luaL_opt_lstr luaL_optlstring | 124 | #define luaL_opt_lstr luaL_optlstring |
| 125 | #define luaL_check_number luaL_checknumber | 125 | #define luaL_check_number luaL_checknumber |
| @@ -131,7 +131,7 @@ LUALIB_API int lua_dobuffer (lua_State *L, const char *buff, size_t sz, | |||
| 131 | #define luaL_check_long luaL_checklong | 131 | #define luaL_check_long luaL_checklong |
| 132 | #define luaL_opt_int luaL_optint | 132 | #define luaL_opt_int luaL_optint |
| 133 | #define luaL_opt_long luaL_optlong | 133 | #define luaL_opt_long luaL_optlong |
| 134 | */ | 134 | |
| 135 | 135 | ||
| 136 | #endif | 136 | #endif |
| 137 | 137 | ||
