projects
/
bison.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
m4: style changes in error messages
[bison.git]
/
src
/
files.h
diff --git
a/src/files.h
b/src/files.h
index 536678344f6a17c80ac697c76a19a42ae0e2de54..ebe5037c7ac277ab3f7e01d2d472f5fc32ad87e5 100644
(file)
--- a/
src/files.h
+++ b/
src/files.h
@@
-1,6
+1,6
@@
/* File names and variables for bison,
/* File names and variables for bison,
- Copyright (C) 1984, 1989, 2000-2002, 2006-2007, 2009-201
0
Free
+ Copyright (C) 1984, 1989, 2000-2002, 2006-2007, 2009-201
3
Free
Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
@@
-65,7
+65,8
@@
void compute_output_file_names (void);
void output_file_names_free (void);
void output_file_name_check (char **file_name);
void output_file_names_free (void);
void output_file_name_check (char **file_name);
-FILE *xfopen (const char *name, c
onst char
*mode);
+FILE *xfopen (const char *name, c
har const
*mode);
void xfclose (FILE *ptr);
void xfclose (FILE *ptr);
+FILE *xfdopen (int fd, char const *mode);
#endif /* !FILES_H_ */
#endif /* !FILES_H_ */