Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
d0601b0a
Commit
d0601b0a
authored
Nov 01, 2015
by
Paul Sokolovsky
Browse files
extmod/re1.5: Workaround issue with mingw32-gcc 4.2.1.
parent
aeadf760
Changes
1
Hide whitespace changes
Inline
Side-by-side
extmod/re1.5/compilecode.c
View file @
d0601b0a
...
...
@@ -65,7 +65,7 @@ static const char *_compilecode(const char *re, ByteProg *prog, int sizecode)
}
case
'('
:
{
term
=
PC
;
int
sub
;
int
sub
=
0
;
int
capture
=
re
[
1
]
!=
'?'
||
re
[
2
]
!=
':'
;
if
(
capture
)
{
...
...
Write
Preview
Supports
Markdown
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