mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 08:13:02 +00:00
* src/print_graph.h: Fix.
* src/reader.c (read_declarations): Use parse_header_extension_decl ().
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#ifndef PRINT_H_
|
||||
# define PRINT_H_
|
||||
#ifndef PRINT_GRAPH_H_
|
||||
# define PRINT_GRAPH_H_
|
||||
|
||||
void print_graph PARAMS ((void));
|
||||
|
||||
#endif /* !PRINT_H_ */
|
||||
#endif /* !PRINT_GRAPH_H_ */
|
||||
|
||||
Reference in New Issue
Block a user