projects
/
platform
/
upstream
/
linaro-gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd436e7
)
Fix missed replacements.
author
gdr
<gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Apr 2005 01:02:40 +0000
(
01:02
+0000)
committer
gdr
<gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Apr 2005 01:02:40 +0000
(
01:02
+0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98063
138bc75d
-0d04-0410-961f-
82ee72b054a4
libiberty/regex.c
patch
|
blob
|
history
diff --git
a/libiberty/regex.c
b/libiberty/regex.c
index
601bbf1
..
66f1ef8
100644
(file)
--- a/
libiberty/regex.c
+++ b/
libiberty/regex.c
@@
-6174,7
+6174,7
@@
byte_re_match_2_internal (struct re_pattern_buffer *bufp,
#endif /* WCHAR */
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 ();
c = TRANSLATE (*d); /* The character to match. */
#ifdef WCHAR
@@
-6544,7
+6544,7
@@
byte_re_match_2_internal (struct re_pattern_buffer *bufp,
negate = !negate;
char_set_matched:
- if (n
ot
) goto fail;
+ if (n
egate
) goto fail;
#else
/* Cast to `unsigned' instead of `unsigned char' in case the
bit list is a full 32 bytes long. */