summaryrefslogtreecommitdiff
path: root/cgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgen.c')
-rw-r--r--cgen.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgen.c b/cgen.c
index ab65f30..7eebc08 100644
--- a/cgen.c
+++ b/cgen.c
@@ -1997,6 +1997,8 @@ static void cgen_stmt(CGenerator *g, Statement *s) {
cgen_stmt(g, sub);
}
break;
+ case STMT_MESSAGE:
+ break;
}
}
@@ -2051,6 +2053,8 @@ static void cgen_defs_stmt(CGenerator *g, Statement *s) {
cgen_defs_stmt(g, sub);
}
break;
+ case STMT_MESSAGE:
+ break;
}
}