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:
Daniel Marjamki 2013-06-02 12:41:34 +02:00
parent b5a0ef478e
commit 35b13da3a5
1 changed files with 1 additions and 1 deletions

View File

@ -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)