summaryrefslogtreecommitdiffstats
path: root/parse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'parse.cxx')
-rw-r--r--parse.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/parse.cxx b/parse.cxx
index a1a54011..9f714359 100644
--- a/parse.cxx
+++ b/parse.cxx
@@ -946,6 +946,8 @@ parser::parse_if_statement ()
next ();
s->elseblock = parse_statement ();
}
+ else
+ s->elseblock = 0; // in case not otherwise initialized
return s;
}