Re: lib/regexec.c warning
Bruno Haible <[EMAIL PROTECTED]> writes: > * lib/regexec.c (merge_state_with_log): Make static. Thanks, please install.
lib/regexec.c warning
HP-UX cc gives this warning: cc: "regexec.c", line 2343: warning 562: Redeclaration of "merge_state_with_log" with a different storage class specifier: "merge_state_with_log" will have internal linkage. This fixes it. I hope this patch is not too hard to push back to glibc, Paul? 2007-03-25