From 924bbe020bfb79a42a4756e36847dab7880d36b4 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 14 May 1999 09:24:04 -0300 Subject: bigger limits --- lstrlib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lstrlib.c') diff --git a/lstrlib.c b/lstrlib.c index bcfa457e..d03612af 100644 --- a/lstrlib.c +++ b/lstrlib.c @@ -1,5 +1,5 @@ /* -** $Id: lstrlib.c,v 1.29 1999/04/30 14:12:05 roberto Exp roberto $ +** $Id: lstrlib.c,v 1.30 1999/05/05 19:22:26 roberto Exp roberto $ ** Standard library for strings and pattern-matching ** See Copyright Notice in lua.h */ @@ -117,7 +117,7 @@ static void str_char (void) { ** ======================================================= */ -#define MAX_CAPT 9 +#define MAX_CAPT 32 struct Capture { char *src_end; /* end ('\0') of source string */ -- cgit v1.2.3-55-g6feb