- /* The action is attached to the LHS of a rule, but action properties for
- * each RHS are also stored here. */
- code_props action_props;
+ /* The action is attached to the LHS of a rule. */
+ const char *action;
+ location action_location;
+
+ /* Whether this symbol's value is used in the current action. */
+ bool used;