From 97dc9fc0df347fd40fbbbf3ba84cf172f551d80b Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 9 Nov 2000 08:46:02 +0000 Subject: [PATCH] * fixinc/gnu-regex.c: Rename EGCS LOCAL markers to GCC LOCAL. From-SVN: r37336 --- gcc/ChangeLog | 7 ++++++- gcc/fixinc/gnu-regex.c | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index de889297349..3c6f2dfcb8e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-11-08 Gerald Pfeifer + + * fixinc/gnu-regex.c: Rename EGCS LOCAL markers to GCC LOCAL. + 2000-11-09 Joseph S. Myers * calls.c (expand_call, emit_library_call_value_1), collect2.c @@ -79,8 +83,9 @@ Wed Nov 8 21:53:41 MET 2000 Jan Hubicka * expr.c (expand_expr) [ADDR_EXPR]: Handle when op0 is RETURN_DECL passed in multiple non-contiguous locations. +>>>>>>> 1.8198 2000-11-08 Gerald Pfeifer - + * README.gnat: Remove file. 2000-11-08 Alexandre Oliva diff --git a/gcc/fixinc/gnu-regex.c b/gcc/fixinc/gnu-regex.c index c152abad462..eb12e033845 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 #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) -- 2.30.2