mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
(xfclose): Return void, not int, since it always returned zero.
This commit is contained in:
@@ -55,7 +55,7 @@ extern char *infile;
|
||||
void compute_output_file_names (void);
|
||||
|
||||
FILE *xfopen (const char *name, const char *mode);
|
||||
int xfclose (FILE *ptr);
|
||||
void xfclose (FILE *ptr);
|
||||
|
||||
/* Is SUFFIX ending STRING? */
|
||||
int strsuffix (const char* string, const char* suffix);
|
||||
|
||||
Reference in New Issue
Block a user