+ obstack_grow_string (&table_obstack, "#");
+ }
+ else if (c == '%')
+ {
+ /* See if it's a `%% actions' line. */
+ if ((c = getc (fskel)) == '%')
+ if ((c = getc (fskel)) == ' ')
+ if ((c = getc (fskel)) == 'a')
+ if ((c = getc (fskel)) == 'c')
+ if ((c = getc (fskel)) == 't')
+ if ((c = getc (fskel)) == 'i')
+ if ((c = getc (fskel)) == 'o')
+ if ((c = getc (fskel)) == 'n')
+ if ((c = getc (fskel)) == 's')
+ line_type = actions_line;
+ else
+ obstack_grow_string (&table_obstack, "%% action");
+ else
+ obstack_grow_string (&table_obstack, "%% actio");
+ else
+ obstack_grow_string (&table_obstack, "%% acti");
+ else
+ obstack_grow_string (&table_obstack, "%% act");
+ else
+ obstack_grow_string (&table_obstack, "%% ac");
+ else
+ obstack_grow_string (&table_obstack, "%% a");
+ else
+ obstack_grow_string (&table_obstack, "%% ");
+ else
+ obstack_grow_string (&table_obstack, "%%");
+ else
+ obstack_grow_string (&table_obstack, "%");
+ }