From 35d6b1505702b0f4a2eee0e6d2f8dfc50943a1a7 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 23 Nov 2000 11:49:35 -0200 Subject: some cleaning --- lualib.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'lualib.h') diff --git a/lualib.h b/lualib.h index d39a71bc..9dfcee5a 100644 --- a/lualib.h +++ b/lualib.h @@ -1,5 +1,5 @@ /* -** $Id: lualib.h,v 1.13 2000/10/20 16:39:03 roberto Exp roberto $ +** $Id: lualib.h,v 1.14 2000/10/27 16:15:53 roberto Exp roberto $ ** Lua standard libraries ** See Copyright Notice in lua.h */ @@ -25,10 +25,4 @@ LUALIB_API void lua_mathlibopen (lua_State *L); LUALIB_API void lua_dblibopen (lua_State *L); - -/* Auxiliary functions (private) */ - -const char *luaI_classend (lua_State *L, const char *p); -int luaI_singlematch (int c, const char *p, const char *ep); - #endif -- cgit v1.2.3-55-g6feb