diff options
author | Gerald Pfeifer <gerald@gcc.gnu.org> | 2000-11-09 08:46:02 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2000-11-09 08:46:02 +0000 |
commit | 97dc9fc0df347fd40fbbbf3ba84cf172f551d80b (patch) | |
tree | 2721bff6859919f5279f4d28bdf3de87f5c58952 /gcc/fixinc/gnu-regex.c | |
parent | 4a6a53a4405bd856d6b1b43019972bf194eb642f (diff) | |
download | gcc-97dc9fc0df347fd40fbbbf3ba84cf172f551d80b.zip gcc-97dc9fc0df347fd40fbbbf3ba84cf172f551d80b.tar.gz gcc-97dc9fc0df347fd40fbbbf3ba84cf172f551d80b.tar.bz2 |
* fixinc/gnu-regex.c: Rename EGCS LOCAL markers to GCC LOCAL.
From-SVN: r37336
Diffstat (limited to 'gcc/fixinc/gnu-regex.c')
-rw-r--r-- | gcc/fixinc/gnu-regex.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/fixinc/gnu-regex.c b/gcc/fixinc/gnu-regex.c index c152aba..eb12e03 100644 --- a/gcc/fixinc/gnu-regex.c +++ b/gcc/fixinc/gnu-regex.c @@ -62,7 +62,7 @@ #endif /* This is for other GNU distributions with internationalized messages. */ -/* EGCS LOCAL: ../intl will handle this for us */ +/* GCC LOCAL: ../intl will handle this for us */ #ifdef ENABLE_NLS # include <libintl.h> #else @@ -194,7 +194,7 @@ init_syntax_once () #endif /* not emacs */ /* Get the interface, including the syntax bits. */ -/* EGCS LOCAL: call it gnu-regex.h, not regex.h, to avoid name conflicts */ +/* GCC LOCAL: call it gnu-regex.h, not regex.h, to avoid name conflicts */ #include "gnu-regex.h" /* isalpha etc. are used for the character classes. */ @@ -2210,7 +2210,7 @@ regex_compile (pattern, size, syntax, bufp) the leading `:' and `[' (but set bits for them). */ if (c == ':' && *p == ']') { -/* EGCS LOCAL: Skip this code if we don't have btowc(). btowc() is */ +/* GCC LOCAL: Skip this code if we don't have btowc(). btowc() is */ /* defined in the 1994 Amendment 1 to ISO C and may not be present on */ /* systems where we have wchar.h and wctype.h. */ #if defined _LIBC || (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H && defined HAVE_BTOWC) |