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

Diff of /bison/src/files.h

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

revision 1.36 by eggert, Tue Nov 12 07:23:13 2002 UTC revision 1.37 by akim, Tue Nov 12 08:05:59 2002 UTC
# Line 21  Line 21 
21  #ifndef FILES_H_  #ifndef FILES_H_
22  # define FILES_H_  # define FILES_H_
23    
24    # include "struniq.h"
25    
26  /* File name specified with -o for the output file, or 0 if no -o.  */  /* File name specified with -o for the output file, or 0 if no -o.  */
27  extern char *spec_outfile;  extern char *spec_outfile;
28    
# Line 50  extern FILE *finput; Line 52  extern FILE *finput;
52  extern struct obstack pre_prologue_obstack;  extern struct obstack pre_prologue_obstack;
53  extern struct obstack post_prologue_obstack;  extern struct obstack post_prologue_obstack;
54    
55  extern char *infile;  /* The file name as given on the command line.
56       Not named "input_file" because Flex uses this name for an argument,
57       and therefore GCC warns about a name clash. */
58    extern struniq_t grammar_file;
59    
60    /* The current file name.  Might change with %include, or with #line.  */
61    extern struniq_t current_file;
62    
63  void compute_output_file_names (void);  void compute_output_file_names (void);
64    

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

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