X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/51576fb3c661cec97bb58e503351e7ad75053f6d..3f96f4dc41e366349d61f8918d8d6e9406da933d:/src/gram.h diff --git a/src/gram.h b/src/gram.h index e26582fe..fc860386 100644 --- a/src/gram.h +++ b/src/gram.h @@ -122,6 +122,8 @@ typedef struct rule_s short assoc; short line; bool useful; + const char *action; + short action_line; } rule_t; extern struct rule_s *rule_table;