aboutsummaryrefslogtreecommitdiff
path: root/lauxlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lauxlib.h')
-rw-r--r--lauxlib.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/lauxlib.h b/lauxlib.h
index 6ccaf2dc..23e99496 100644
--- a/lauxlib.h
+++ b/lauxlib.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lauxlib.h,v 1.63 2004/03/13 13:32:09 roberto Exp roberto $ 2** $Id: lauxlib.h,v 1.64 2004/05/03 12:28:43 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*/
@@ -113,17 +113,6 @@ LUALIB_API void luaL_pushresult (luaL_Buffer *B);
113/* }====================================================== */ 113/* }====================================================== */
114 114
115 115
116
117/*
118** Compatibility macros and functions
119*/
120
121LUALIB_API int lua_dofile (lua_State *L, const char *filename);
122LUALIB_API int lua_dostring (lua_State *L, const char *str);
123LUALIB_API int lua_dobuffer (lua_State *L, const char *buff, size_t sz,
124 const char *n);
125
126
127#endif 116#endif
128 117
129 118