diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2004-06-16 07:27:32 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2004-06-16 07:27:32 +0000 |
commit | 6bbba4c73c8a9540ac77a1ffffd618ce2be3ccf0 (patch) | |
tree | 8ed404d2b5fb9d37976b24202f506bb301830139 /gcc/toplev.h | |
parent | 2f8e398bf476a5b0682e6fdc0f8b64df1cf0347b (diff) | |
download | gcc-6bbba4c73c8a9540ac77a1ffffd618ce2be3ccf0.zip gcc-6bbba4c73c8a9540ac77a1ffffd618ce2be3ccf0.tar.gz gcc-6bbba4c73c8a9540ac77a1ffffd618ce2be3ccf0.tar.bz2 |
toplev.h (rest_of_compilation): Adjust prototype.
2004-06-16 Paolo Bonzini <bonzini@gnu.org>
* toplev.h (rest_of_compilation): Adjust prototype.
From-SVN: r83226
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 6ff8c3b..1940252 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); |