Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd0601b0

Browse files
committed
extmod/re1.5: Workaround issue with mingw32-gcc 4.2.1.
1 parentaeadf76 commitd0601b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎extmod/re1.5/compilecode.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ static const char *_compilecode(const char *re, ByteProg *prog, int sizecode)
6565
}
6666
case'(': {
6767
term=PC;
68-
intsub;
68+
intsub=0;
6969
intcapture=re[1]!='?'||re[2]!=':';
7070

7171
if (capture) {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp