Commit 97dc9fc0 by Gerald Pfeifer

* fixinc/gnu-regex.c: Rename EGCS LOCAL markers to GCC LOCAL.

From-SVN: r37336
parent 4a6a53a4
2000-11-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* fixinc/gnu-regex.c: Rename EGCS LOCAL markers to GCC LOCAL.
2000-11-09 Joseph S. Myers <jsm28@cam.ac.uk> 2000-11-09 Joseph S. Myers <jsm28@cam.ac.uk>
* calls.c (expand_call, emit_library_call_value_1), collect2.c * 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 <jh@suse.cz> ...@@ -79,8 +83,9 @@ Wed Nov 8 21:53:41 MET 2000 Jan Hubicka <jh@suse.cz>
* expr.c (expand_expr) [ADDR_EXPR]: Handle when op0 is RETURN_DECL * expr.c (expand_expr) [ADDR_EXPR]: Handle when op0 is RETURN_DECL
passed in multiple non-contiguous locations. passed in multiple non-contiguous locations.
>>>>>>> 1.8198
2000-11-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> 2000-11-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* README.gnat: Remove file. * README.gnat: Remove file.
2000-11-08 Alexandre Oliva <aoliva@redhat.com> 2000-11-08 Alexandre Oliva <aoliva@redhat.com>
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
#endif #endif
/* This is for other GNU distributions with internationalized messages. */ /* 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 #ifdef ENABLE_NLS
# include <libintl.h> # include <libintl.h>
#else #else
...@@ -194,7 +194,7 @@ init_syntax_once () ...@@ -194,7 +194,7 @@ init_syntax_once ()
#endif /* not emacs */ #endif /* not emacs */
/* Get the interface, including the syntax bits. */ /* 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" #include "gnu-regex.h"
/* isalpha etc. are used for the character classes. */ /* isalpha etc. are used for the character classes. */
...@@ -2210,7 +2210,7 @@ regex_compile (pattern, size, syntax, bufp) ...@@ -2210,7 +2210,7 @@ regex_compile (pattern, size, syntax, bufp)
the leading `:' and `[' (but set bits for them). */ the leading `:' and `[' (but set bits for them). */
if (c == ':' && *p == ']') 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 */ /* defined in the 1994 Amendment 1 to ISO C and may not be present on */
/* systems where we have wchar.h and wctype.h. */ /* systems where we have wchar.h and wctype.h. */
#if defined _LIBC || (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H && defined HAVE_BTOWC) #if defined _LIBC || (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H && defined HAVE_BTOWC)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment