aboutsummaryrefslogtreecommitdiff
path: root/lualib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lualib.h')
-rw-r--r--lualib.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lualib.h b/lualib.h
index 9e9b0193..dabe8f7a 100644
--- a/lualib.h
+++ b/lualib.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lualib.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $ 2** $Id: lualib.h,v 1.2 1997/11/26 18:53:45 roberto Exp roberto $
3** Lua standard libraries 3** Lua standard libraries
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -28,9 +28,6 @@ void lua_mathlibopen (void);
28 28
29/* auxiliar functions (private) */ 29/* auxiliar functions (private) */
30 30
31char *luaI_addchar (int c);
32void luaI_emptybuff (void);
33
34int luaI_singlematch (int c, char *p, char **ep); 31int luaI_singlematch (int c, char *p, char **ep);
35 32
36#endif 33#endif