aboutsummaryrefslogtreecommitdiff
path: root/lbuiltin.h
diff options
context:
space:
mode:
Diffstat (limited to 'lbuiltin.h')
-rw-r--r--lbuiltin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lbuiltin.h b/lbuiltin.h
index 031bcd82..bf2376d3 100644
--- a/lbuiltin.h
+++ b/lbuiltin.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lbuiltin.h,v 1.5 1999/12/28 19:23:41 roberto Exp roberto $ 2** $Id: lbuiltin.h,v 1.6 2000/03/03 14:58:26 roberto Exp roberto $
3** Built-in functions 3** Built-in functions
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -32,7 +32,6 @@ void luaB_rawgetglobal (lua_State *L);
32void luaB_rawgettable (lua_State *L); 32void luaB_rawgettable (lua_State *L);
33void luaB_rawsetglobal (lua_State *L); 33void luaB_rawsetglobal (lua_State *L);
34void luaB_rawsettable (lua_State *L); 34void luaB_rawsettable (lua_State *L);
35void luaB_seterrormethod (lua_State *L);
36void luaB_setglobal (lua_State *L); 35void luaB_setglobal (lua_State *L);
37void luaB_settag (lua_State *L); 36void luaB_settag (lua_State *L);
38void luaB_settagmethod (lua_State *L); 37void luaB_settagmethod (lua_State *L);