diff options
Diffstat (limited to 'lualib.h')
-rw-r--r-- | lualib.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: $ | 2 | ** $Id: lualib.h,v 1.1 1997/09/16 19:25:59 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 | */ |
@@ -30,7 +30,6 @@ void lua_mathlibopen (void); | |||
30 | 30 | ||
31 | char *luaI_addchar (int c); | 31 | char *luaI_addchar (int c); |
32 | void luaI_emptybuff (void); | 32 | void luaI_emptybuff (void); |
33 | void luaI_addquoted (char *s); | ||
34 | 33 | ||
35 | int luaI_singlematch (int c, char *p, char **ep); | 34 | int luaI_singlematch (int c, char *p, char **ep); |
36 | 35 | ||