diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1999-10-02 20:13:24 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1999-10-02 20:13:24 +0000 |
commit | 6a2cc2acaf07beaa7366b3a20fc9f027c35f1c83 (patch) | |
tree | 08e481fa4e0cead1088bbb61abb47402ea630d29 /gcc/graph.c | |
parent | 2a138827f05464678fe15c6e166f0d8afb2a4a78 (diff) | |
download | gcc-6a2cc2acaf07beaa7366b3a20fc9f027c35f1c83.zip gcc-6a2cc2acaf07beaa7366b3a20fc9f027c35f1c83.tar.gz gcc-6a2cc2acaf07beaa7366b3a20fc9f027c35f1c83.tar.bz2 |
graph.h: New file to prototype functions exported by graph.c.
* graph.h: New file to prototype functions exported by graph.c.
* Makefile.in (graph.o, toplev.o): Depend on graph.h.
* graph.c: Include graph.h.
* toplev.c: Likewise. Remove redundant prototypes.
From-SVN: r29777
Diffstat (limited to 'gcc/graph.c')
-rw-r--r-- | gcc/graph.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/graph.c b/gcc/graph.c index 4f8929d..3c35f37 100644 --- a/gcc/graph.c +++ b/gcc/graph.c @@ -29,6 +29,7 @@ #include "hard-reg-set.h" #include "basic-block.h" #include "toplev.h" +#include "graph.h" static const char *graph_ext[] = { |