new scheme for buffers, centralized in auxlib.

This commit is contained in:
Roberto Ierusalimschy
1997-12-17 18:48:58 -02:00
parent 82d09fbf0d
commit 502343b402
15 changed files with 181 additions and 172 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lualib.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $
** $Id: lualib.h,v 1.2 1997/11/26 18:53:45 roberto Exp roberto $
** Lua standard libraries
** See Copyright Notice in lua.h
*/
@@ -28,9 +28,6 @@ void lua_mathlibopen (void);
/* auxiliar functions (private) */
char *luaI_addchar (int c);
void luaI_emptybuff (void);
int luaI_singlematch (int c, char *p, char **ep);
#endif