]> git.saurik.com Git - bison.git/blobdiff - src/gram.h
Attach actions to rules, instead of pre-outputting them to
[bison.git] / src / gram.h
index e26582fe145017ca187b2c1d07591fc254f69af7..fc8603869e56c7b3dfecb2325a8d1ed9d73b92e7 100644 (file)
@@ -122,6 +122,8 @@ typedef struct rule_s
   short assoc;
   short line;
   bool useful;
   short assoc;
   short line;
   bool useful;
+  const char *action;
+  short action_line;
 } rule_t;
 
 extern struct rule_s *rule_table;
 } rule_t;
 
 extern struct rule_s *rule_table;