/[bison]/bison/src/output.c
ViewVC logotype

Diff of /bison/src/output.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.219 by akim, Mon Mar 31 09:17:40 2003 UTC revision 1.220 by akim, Tue Apr 29 12:57:35 2003 UTC
# Line 614  prepare (void) Line 614  prepare (void)
614    /* Find the right skeleton file.  */    /* Find the right skeleton file.  */
615    if (!skeleton)    if (!skeleton)
616      {      {
617        if (glr_parser)        if (glr_parser || nondeterministic_parser)
618          skeleton = "glr.c";          skeleton = "glr.c";
619        else        else
620          skeleton = "yacc.c";          skeleton = "yacc.c";

Legend:
Removed from v.1.219  
changed lines
  Added in v.1.220

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26