mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
* src/output.c (prepare): Use MUSCLE_INSERT_STRING.
* src/muscle_tab.c (muscle_pair_list_grow): Rename `val as `pair'. (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth', `name' to... * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type) (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name): These.
This commit is contained in:
@@ -661,7 +661,7 @@ prepare (void)
|
||||
}
|
||||
|
||||
/* Parse the skeleton file and output the needed parsers. */
|
||||
muscle_insert ("skeleton", xstrdup (skeleton));
|
||||
MUSCLE_INSERT_STRING ("skeleton", skeleton);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user