mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
* data/bison.simple, data/bison.c++: Rename as...
* data/yacc.c, data/lalr1.cc: these. * doc/bison.texinfo (Environment Variables): Remove.
This commit is contained in:
@@ -1140,7 +1140,7 @@ prepare (void)
|
||||
|
||||
/* Find the right skeleton file. */
|
||||
if (!skeleton)
|
||||
skeleton = "bison.simple";
|
||||
skeleton = "yacc.c";
|
||||
|
||||
/* Parse the skeleton file and output the needed parsers. */
|
||||
muscle_insert ("skeleton", skeleton);
|
||||
|
||||
Reference in New Issue
Block a user