diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-01-14 04:11:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-01-14 04:11:30 +0000 |
commit | 82e2ba9a036d0a8a01344271ebd2db69f3b20cc7 (patch) | |
tree | 42f4c0aedfcbf1e2d38d12a311bf8a68ebab90d0 /posix/regex_internal.h | |
parent | 10677727e24ccda9f364aa1f043a97a9204947a9 (diff) | |
download | glibc-82e2ba9a036d0a8a01344271ebd2db69f3b20cc7.tar glibc-82e2ba9a036d0a8a01344271ebd2db69f3b20cc7.tar.gz glibc-82e2ba9a036d0a8a01344271ebd2db69f3b20cc7.tar.bz2 glibc-82e2ba9a036d0a8a01344271ebd2db69f3b20cc7.zip |
Update.
2004-01-13 Ulrich Drepper <drepper@redhat.com>
* posix/regex.c: Support crappy compilers and platforms which have
problems with alloca.
* posix/regex_internal.h: Likewise.
Patch by Paolo Bonzini.
Diffstat (limited to 'posix/regex_internal.h')
-rw-r--r-- | posix/regex_internal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/posix/regex_internal.h b/posix/regex_internal.h index 6cbc48eee5..7a7d964bd5 100644 --- a/posix/regex_internal.h +++ b/posix/regex_internal.h @@ -21,10 +21,6 @@ #ifndef _REGEX_INTERNAL_H #define _REGEX_INTERNAL_H 1 -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include <assert.h> #include <ctype.h> #include <limits.h> |