From 7808ea3a5ffe8c2045dc76099f8968e3b8104360 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 5 May 1999 16:23:11 -0300 Subject: new implementation for '*' in patterns + new option '+' --- lualib.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lualib.h') diff --git a/lualib.h b/lualib.h index c6e34b52..805165f0 100644 --- a/lualib.h +++ b/lualib.h @@ -1,5 +1,5 @@ /* -** $Id: lualib.h,v 1.4 1998/06/19 16:14:09 roberto Exp roberto $ +** $Id: lualib.h,v 1.5 1999/01/08 16:47:44 roberto Exp roberto $ ** Lua standard libraries ** See Copyright Notice in lua.h */ @@ -29,7 +29,8 @@ void lua_userinit (void); /* Auxiliary functions (private) */ -int luaI_singlematch (int c, char *p, char **ep); +char *luaI_classend (char *p); +int luaI_singlematch (int c, char *p, char *ep); #endif -- cgit v1.2.3-55-g6feb