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

Diff of /bison/src/files.c

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

revision 1.55 by akim, Tue Nov 27 18:43:20 2001 UTC revision 1.56 by akim, Mon Dec 10 09:07:41 2001 UTC
# Line 37  struct obstack output_obstack; Line 37  struct obstack output_obstack;
37    
38  char *spec_outfile = NULL;      /* for -o. */  char *spec_outfile = NULL;      /* for -o. */
39  char *spec_file_prefix = NULL;  /* for -b. */  char *spec_file_prefix = NULL;  /* for -b. */
40  char *spec_name_prefix = NULL;  /* for -p. */  const char *spec_name_prefix = "yy";    /* for -p. */
41  char *spec_verbose_file = NULL;   /* for --verbose. */  char *spec_verbose_file = NULL;   /* for --verbose. */
42  char *spec_graph_file = NULL;   /* for -g. */  char *spec_graph_file = NULL;   /* for -g. */
43  char *spec_defines_file = NULL; /* for --defines. */  char *spec_defines_file = NULL; /* for --defines. */

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56

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