* 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:
Akim Demaille
2002-06-27 12:08:20 +00:00
parent 2a10b47aaf
commit 60491a948b
6 changed files with 45 additions and 20 deletions

View File

@@ -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);