Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e71b1971
Commit
e71b1971
authored
Apr 07, 1998
by
Richard M. Stallman
Browse files
(re_match_2_internal): Declare buf_ch unsigned int.
parent
69927a6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/regex.c
src/regex.c
+2
-2
No files found.
src/regex.c
View file @
e71b1971
...
...
@@ -4500,7 +4500,7 @@ re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop)
do
{
int
pat_charlen
,
buf_charlen
;
int
pat_ch
,
buf_ch
;
unsigned
int
pat_ch
,
buf_ch
;
PREFETCH
();
pat_ch
=
STRING_CHAR_AND_LENGTH
(
p
,
pend
-
p
,
pat_charlen
);
...
...
@@ -4543,7 +4543,7 @@ re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop)
case
anychar
:
{
int
buf_charlen
;
int
buf_ch
;
unsigned
int
buf_ch
;
DEBUG_PRINT1
(
"EXECUTING anychar.
\n
"
);
...
...
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