Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
97dc9fc0
Commit
97dc9fc0
authored
24 years ago
by
Gerald Pfeifer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fixinc/gnu-regex.c: Rename EGCS LOCAL markers to GCC LOCAL.
From-SVN: r37336
parent
4a6a53a4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
gcc/ChangeLog
+6
-1
gcc/fixinc/gnu-regex.c
+3
-3
No files found.
gcc/ChangeLog
View file @
97dc9fc0
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>
* 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>
* 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 <pfeifer@dbai.tuwien.ac.at>
* README.gnat: Remove file.
2000-11-08 Alexandre Oliva <aoliva@redhat.com>
...
...
This diff is collapsed.
Click to expand it.
gcc/fixinc/gnu-regex.c
View file @
97dc9fc0
...
...
@@ -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)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment