matchcompiler: find(simple)match doesn't work well. the compiled functions are not static => the wrong function can be executed. this is a quick fix that just disable find(simple)match compiled patterns.
This commit is contained in:
parent
b5a0ef478e
commit
35b13da3a5
|
@ -518,7 +518,7 @@ class MatchCompiler:
|
|||
line = self._replaceTokenMatch(line)
|
||||
|
||||
# Compile Token::findsimplematch
|
||||
line = self._replaceTokenFindMatch(line)
|
||||
#line = self._replaceTokenFindMatch(line)
|
||||
|
||||
# Cache plain C-strings in C++ strings
|
||||
line = self._replaceCStrings(line)
|
||||
|
|
Loading…
Reference in New Issue