aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.h b/parse.h
index 753970c..4d3a519 100644
--- a/parse.h
+++ b/parse.h
@@ -55,7 +55,7 @@ struct statement {
struct switch_struct {
struct expression *switch_expression;
struct statement *switch_statement;
- struct symbol *switch_break;
+ struct symbol *switch_break, *switch_case;
};
struct iterator_struct {
struct symbol *iterator_break;