+ /* If something has been added in the NODE_OBSTACK after
+ the declaration of the label, then we need a `\n'.
+ if (obstack_object_size (node_obstack) > node_output_size)
+ obstack_sgrow (node_obstack, "\n");
+ */
+ obstack_fgrow1 (node_obstack, _("%-4s\terror (nonassociative)"),
+ tags[symbol]);