summaryrefslogtreecommitdiff
path: root/src/print_graph.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-10-21 05:30:50 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2002-10-21 05:30:50 +0000
commitd33cb3ae09c2bed6df2ef950f5aa14ceba428d8b (patch)
treeed944ca499f043066df53c172c14ce1b543d2e51 /src/print_graph.h
parentb8452344de9e1adbb896b58e9ff57c0817bc47ed (diff)
downloadbison-d33cb3ae09c2bed6df2ef950f5aa14ceba428d8b.tar.gz
Remove all uses of PARAMS, since we now assume C89 or better.
Diffstat (limited to 'src/print_graph.h')
-rw-r--r--src/print_graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print_graph.h b/src/print_graph.h
index ba2e6d3d..7be8a52d 100644
--- a/src/print_graph.h
+++ b/src/print_graph.h
@@ -21,6 +21,6 @@
#ifndef PRINT_GRAPH_H_
# define PRINT_GRAPH_H_
-void print_graph PARAMS ((void));
+void print_graph (void);
#endif /* !PRINT_GRAPH_H_ */