From 789b13c4e808dfcdd58d52bc5f4221047fee57e5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 23 Mar 1998 11:53:10 +0000 Subject: Update. 1998-03-23 07:52 H.J. Lu * elf/dl-close.c (_dl_close): Fix byte count while removing the shared object from the global scope list and optimize a little bit. 1998-03-22 Andreas Jaeger * manual/filesys.texi (Scanning Directory Content): Add missing closing brace. (Scanning Directory Content): Fix text. 1998-03-22 Andreas Jaeger * manual/memory.texi (Heap Consistency Checking): Add paragraph explaining difference of -lmcheck and MALLOC_CHECK_. 1998-03-23 Andreas Jaeger * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some typos in comments. 1998-03-20 Andreas Schwab * test-skeleton.c (main): Fix test for exit signal. 1998-03-22 Andreas Schwab * sysdeps/generic/strtok_r.c: Undefine __strtok_r. 1998-03-22 Andreas Schwab * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as appropriate. 1998-03-23 11:14 Andreas Schwab * libc.map: Export __strtok_r. 1998-03-23 Ulrich Drepper * posix/regex.c (re_compile_fastmap): Remove unused variable num_regs and adjust comment. Patch by Jim Meyering . * math/math.h (M_*l): Extend long double constants to be usable for 128 bit floats. Patch by Richard Henderson. 1998-03-23 11:16 Andreas Schwab Patch by Tim Waugh and Andreas Schwab. --- posix/regex.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'posix') diff --git a/posix/regex.c b/posix/regex.c index 1bc609621b..bf0e7c46cc 100644 --- a/posix/regex.c +++ b/posix/regex.c @@ -1198,8 +1198,8 @@ typedef struct if we ever fail back to it. Requires variables fail_stack, regstart, regend, reg_info, and - num_regs be declared. DOUBLE_FAIL_STACK requires `destination' be - declared. + num_regs_pushed be declared. DOUBLE_FAIL_STACK requires `destination' + be declared. Does `return FAILURE_CODE' if runs out of memory. */ @@ -3089,8 +3089,6 @@ re_compile_fastmap (bufp) #ifndef REGEX_MALLOC char *destination; #endif - /* We don't push any register information onto the failure stack. */ - unsigned num_regs = 0; register char *fastmap = bufp->fastmap; unsigned char *pattern = bufp->buffer; -- cgit 1.4.1