diff options
Diffstat (limited to 'lualib.h')
-rw-r--r-- | lualib.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 | ||
31 | char *luaI_addchar (int c); | ||
32 | void luaI_emptybuff (void); | ||
33 | |||
34 | int luaI_singlematch (int c, char *p, char **ep); | 31 | int luaI_singlematch (int c, char *p, char **ep); |
35 | 32 | ||
36 | #endif | 33 | #endif |