diff options
Diffstat (limited to '')
-rw-r--r-- | src/parser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.cpp b/src/parser.cpp index df9e869..804e595 100644 --- a/src/parser.cpp +++ b/src/parser.cpp | |||
@@ -153,7 +153,7 @@ void Parser::parse() | |||
153 | 153 | ||
154 | default: | 154 | default: |
155 | if( tsNonTerminal.getSize() == 0 || | 155 | if( tsNonTerminal.getSize() == 0 || |
156 | getPriority( tsNonTerminal.peek().eType ) <= | 156 | getPriority( tsNonTerminal.peek().eType ) < |
157 | getPriority( t.eType ) ) | 157 | getPriority( t.eType ) ) |
158 | { | 158 | { |
159 | // Bu::println("Pushing non-terminal: %1").arg( t.eType ); | 159 | // Bu::println("Pushing non-terminal: %1").arg( t.eType ); |