X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b906441c9568615be3ddce717a6e365b2e368af3..78bcec17c82fe777c90f86717773de35bb5018e7:/src/files.h diff --git a/src/files.h b/src/files.h index 0e3d7773..4b162ee8 100644 --- a/src/files.h +++ b/src/files.h @@ -52,10 +52,10 @@ extern struct obstack post_prologue_obstack; extern char *infile; -void compute_output_file_names PARAMS((void)); +void compute_output_file_names (void); -FILE *xfopen PARAMS ((const char *name, const char *mode)); -int xfclose PARAMS ((FILE *ptr)); +FILE *xfopen (const char *name, const char *mode); +int xfclose (FILE *ptr); /* Is SUFFIX ending STRING? */ int strsuffix (const char* string, const char* suffix);