diff options
author | Geoff Keating <geoffk@cygnus.com> | 2000-11-03 20:59:02 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2000-11-03 20:59:02 +0000 |
commit | f2682362a5006ec91e05294e8671f9ee0b8e12a9 (patch) | |
tree | 83073f50011d196b46fffe743bbd95625ad5feef /gcc/fixinc/gnu-regex.c | |
parent | 25f80eae6accc012719ff163369972ae3ed38f4f (diff) | |
download | gcc-f2682362a5006ec91e05294e8671f9ee0b8e12a9.zip gcc-f2682362a5006ec91e05294e8671f9ee0b8e12a9.tar.gz gcc-f2682362a5006ec91e05294e8671f9ee0b8e12a9.tar.bz2 |
In gcc/:
* fixinc/gnu-regex.c: Change 'CYGNUS LOCAL' to 'EGCS LOCAL'.
In gcc/ch/:
* Make-lang.in: Remove 'CYGNUS LOCAL' markers.
* Makefile.in: Likewise.
* configure: Likewise.
From-SVN: r37236
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 5678499..c152aba 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. */ -/* CYGNUS LOCAL: ../intl will handle this for us */ +/* EGCS 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. */ -/* CYGNUS LOCAL: call it gnu-regex.h, not regex.h, to avoid name conflicts */ +/* EGCS 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 == ']') { -/* CYGNUS LOCAL: Skip this code if we don't have btowc(). btowc() is */ +/* EGCS 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) |