summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/parser.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parser.y b/src/parser.y
index e339859..0cace25 100644
--- a/src/parser.y
+++ b/src/parser.y
@@ -23,6 +23,8 @@
*
*/
+%expect 1 /* Expect 1 shift/reduce conflict for ifelse_statement - "dangling else problem" */
+
%{
#include <QDir>
contact: Jan Huwald // Impressum