summaryrefslogtreecommitdiff
path: root/lualib.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-12-17 18:48:58 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-12-17 18:48:58 -0200
commit502343b40230dfb00efc37bdbaa5c5576f3a5aa5 (patch)
treeb75f9e296ad3229a607fb2b7152dd9efc3706ef6 /lualib.h
parent82d09fbf0dbd5aee890f033b25b09dc48ce58a48 (diff)
downloadlua-github-502343b40230dfb00efc37bdbaa5c5576f3a5aa5.tar.gz
new scheme for buffers, centralized in auxlib.
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 @@
/*
-** $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