diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-16 07:27:32 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-06-16 07:27:32 +0000 |
commit | bcbf05db35f05f44df44c260c63ce7eda1ea1074 (patch) | |
tree | 8ed404d2b5fb9d37976b24202f506bb301830139 /gcc/toplev.h | |
parent | 5290ebdb356337a19e00dbdbd14f73f6dde55a68 (diff) | |
download | gcc-bcbf05db35f05f44df44c260c63ce7eda1ea1074.tar.gz |
2004-06-16 Paolo Bonzini <bonzini@gnu.org>
* toplev.h (rest_of_compilation): Adjust prototype.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@83226 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r-- | gcc/toplev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h index 6ff8c3bc85e..19402520619 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -66,7 +66,7 @@ extern void inform (const char *, ...) ATTRIBUTE_GCC_DIAG(1,2); extern void rest_of_decl_compilation (tree, const char *, int, int); extern void rest_of_type_compilation (tree, int); -extern void rest_of_compilation (tree); +extern void rest_of_compilation (void); extern void tree_rest_of_compilation (tree, bool); extern void init_tree_optimization_passes (void); extern void init_optimization_passes (void); |