Fix double macros bug

Macro run strangely if I input double macros like "%{ARGS_COMBINED_SIZE}%{ARGS_COMBINED_SIZE}".
This commit is contained in:
supplient 2018-10-26 10:09:29 +08:00 committed by Felipe Zimmerle
parent 18cdffdbca
commit 39f4a5d7d2
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -657,7 +657,6 @@ EQUALS_MINUS (?i:=\-)
<EXPECTING_ACTION_PREDICATE_VARIABLE>{
[}] { BEGIN_PREVIOUS(); }
[}][%] { BEGIN_PREVIOUS(); }
}
<ACTION_PREDICATE_ENDS_WITH_QUOTE>{