Merge "Fix the bug that cast should not be public."
diff --git a/c2hal/c2hal_y.yy b/c2hal/c2hal_y.yy
index ef66a61..2c05b95 100644
--- a/c2hal/c2hal_y.yy
+++ b/c2hal/c2hal_y.yy
@@ -75,6 +75,13 @@
 %pure-parser
 %glr-parser
 
+/* These have to do with the fact that
+ * struct_or_enum_declaration and enum_declaration
+ * both start with STRUCT/UNION/ENUM opt_id
+ * and type_qualifiers contain these.
+ */
+%expect 3
+
 %token START_HEADER
 %token START_EXPR