/[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.33 by akim, Fri Sep 13 16:12:21 2002 UTC revision 1.34 by eggert, Mon Oct 21 05:30:49 2002 UTC
# Line 52  extern struct obstack post_prologue_obst Line 52  extern struct obstack post_prologue_obst
52    
53  extern char *infile;  extern char *infile;
54    
55  void compute_output_file_names PARAMS((void));  void compute_output_file_names (void);
56    
57  FILE *xfopen PARAMS ((const char *name, const char *mode));  FILE *xfopen (const char *name, const char *mode);
58  int xfclose PARAMS ((FILE *ptr));  int xfclose (FILE *ptr);
59    
60  /* Is SUFFIX ending STRING?  */  /* Is SUFFIX ending STRING?  */
61  int strsuffix (const char* string, const char* suffix);  int strsuffix (const char* string, const char* suffix);

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34

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