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
e7590e95
Commit
e7590e95
authored
Apr 13, 2005
by
Gabriel Dos Reis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missed replacements.
From-SVN: r98063
parent
4cf88ac3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libiberty/regex.c
+2
-2
No files found.
libiberty/regex.c
View file @
e7590e95
...
@@ -6174,7 +6174,7 @@ byte_re_match_2_internal (struct re_pattern_buffer *bufp,
...
@@ -6174,7 +6174,7 @@ byte_re_match_2_internal (struct re_pattern_buffer *bufp,
#endif
/* WCHAR */
#endif
/* WCHAR */
boolean
negate
=
(
re_opcode_t
)
*
(
p
-
1
)
==
charset_not
;
boolean
negate
=
(
re_opcode_t
)
*
(
p
-
1
)
==
charset_not
;
DEBUG_PRINT2
(
"EXECUTING charset%s.
\n
"
,
n
ot
?
"_not"
:
""
);
DEBUG_PRINT2
(
"EXECUTING charset%s.
\n
"
,
n
egate
?
"_not"
:
""
);
PREFETCH
();
PREFETCH
();
c
=
TRANSLATE
(
*
d
);
/* The character to match. */
c
=
TRANSLATE
(
*
d
);
/* The character to match. */
#ifdef WCHAR
#ifdef WCHAR
...
@@ -6544,7 +6544,7 @@ byte_re_match_2_internal (struct re_pattern_buffer *bufp,
...
@@ -6544,7 +6544,7 @@ byte_re_match_2_internal (struct re_pattern_buffer *bufp,
negate
=
!
negate
;
negate
=
!
negate
;
char_set_matched
:
char_set_matched
:
if
(
n
ot
)
goto
fail
;
if
(
n
egate
)
goto
fail
;
#else
#else
/* Cast to `unsigned' instead of `unsigned char' in case the
/* Cast to `unsigned' instead of `unsigned char' in case the
bit list is a full 32 bytes long. */
bit list is a full 32 bytes long. */
...
...
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