mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 17:23:02 +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);
|
void compute_output_file_names (void);
|
||||||
|
|
||||||
FILE *xfopen (const char *name, const char *mode);
|
FILE *xfopen (const char *name, const char *mode);
|
||||||
int xfclose (FILE *ptr);
|
void xfclose (FILE *ptr);
|
||||||
|
|
||||||
/* Is SUFFIX ending STRING? */
|
/* Is SUFFIX ending STRING? */
|
||||||
int strsuffix (const char* string, const char* suffix);
|
int strsuffix (const char* string, const char* suffix);
|
||||||
|
|||||||
Reference in New Issue
Block a user