mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
Remove all uses of PARAMS, since we now assume C89 or better.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user