/[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.39.2.17 by akim, Wed Dec 5 09:24:54 2001 UTC revision 1.39.2.18 by eggert, Thu Dec 13 02:21:12 2001 UTC
# Line 1  Line 1 
1  /* Output the generated parsing program for bison,  /* Output the generated parsing program for bison,
2     Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.  
3       Copyright (C) 1984, 1986, 1989, 1992, 2000, 2001 Free Software
4       Foundation, Inc.
5    
6     This file is part of Bison, the GNU Compiler Compiler.     This file is part of Bison, the GNU Compiler Compiler.
7    
# Line 1277  output (void) Line 1279  output (void)
1279      obstack_fgrow1 (&table_obstack, "#include %s\n",      obstack_fgrow1 (&table_obstack, "#include %s\n",
1280                      quotearg_style (c_quoting_style, attrsfile));                      quotearg_style (c_quoting_style, attrsfile));
1281    
   if (!no_parser_flag)  
     obstack_sgrow (&table_obstack, "#include <stdio.h>\n\n");  
   
1282    LIST_FREE (core, first_state);    LIST_FREE (core, first_state);
1283    output_defines ();    output_defines ();
1284    output_token_translations ();    output_token_translations ();

Legend:
Removed from v.1.39.2.17  
changed lines
  Added in v.1.39.2.18

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