Skip to content

Commit 307c2f5

Browse files
committed
For PR9480:
--- Merging r127241 into '.': U lib/Support/regcomp.c git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_29@127631 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent fc3b6f3 commit 307c2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Support/regcomp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ p_b_cclass(struct parse *p, cset *cs)
780780
const char *u;
781781
char c;
782782

783-
while (MORE() && isalpha(PEEK()))
783+
while (MORE() && isalpha((uch)PEEK()))
784784
NEXT();
785785
len = p->next - sp;
786786
for (cp = cclasses; cp->name != NULL; cp++)

0 commit comments

Comments
 (0)