Skip to content

Commit d0601b0

Browse files
committed
extmod/re1.5: Workaround issue with mingw32-gcc 4.2.1.
1 parent aeadf76 commit d0601b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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-
int sub;
68+
int sub = 0;
6969
int capture = re[1] != '?' || re[2] != ':';
7070

7171
if (capture) {

0 commit comments

Comments
 (0)