diff options
author | Robert Lipe <robertl@gcc.gnu.org> | 1998-05-06 04:54:01 +0000 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 1998-05-06 04:54:01 +0000 |
commit | 10f0ad3d494b7d8623c405dd90bba2f0fe119341 (patch) | |
tree | 26783a67a7eaea3136d5a9699c9e154e07530d3b /gcc/profile.c | |
parent | 5f6da3024b11795fa6e902504b720df378dc8087 (diff) | |
download | gcc-10f0ad3d494b7d8623c405dd90bba2f0fe119341.zip gcc-10f0ad3d494b7d8623c405dd90bba2f0fe119341.tar.gz gcc-10f0ad3d494b7d8623c405dd90bba2f0fe119341.tar.bz2 |
toplev.h: New file.
Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com>
* toplev.h: New file. Protypes for functions in toplev.c.
* tree.h, rtl.h: Deleted protos for functions in toplev.c.
* c-common.c, c-convert.c, c-decl.c, c-iterate.c, c-lex.c,
c-parse.in, c-parse.y, c-pragma.c, c-typeck.c, calls.c,
convert.c, dwarf2out.c, except.c, expr.c, final.c, fold-const.c,
function.c, hash.c, profile.c, real.c, reg-stack.c, regclass.c,
reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c,
varasm.c: include it.
From-SVN: r19564
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index 8b6fff5..060ecfc 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -51,6 +51,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "tree.h" #include "output.h" #include "gcov-io.h" +#include "toplev.h" extern char * xmalloc (); |