diff options
author | Marek Polacek <polacek@redhat.com> | 2014-05-02 07:57:59 +0000 |
---|---|---|
committer | Marek Polacek <mpolacek@gcc.gnu.org> | 2014-05-02 07:57:59 +0000 |
commit | 63bc4e87340a250fb1068267ce635b2da51535e5 (patch) | |
tree | db76bc80d6ef416ebd1316c430e932a7a24ef307 /gcc/c/c-tree.h | |
parent | ed15c5984e10f6556dffdf397accff804bf60a7c (diff) | |
download | gcc-63bc4e87340a250fb1068267ce635b2da51535e5.zip gcc-63bc4e87340a250fb1068267ce635b2da51535e5.tar.gz gcc-63bc4e87340a250fb1068267ce635b2da51535e5.tar.bz2 |
c-tree.h (error_init): Remove declaration.
* c-tree.h (error_init): Remove declaration.
(pedwarn_init): Likewise.
* c-typeck.c (error_init): Make static and move above.
(pedwarn_init): Likewise.
(warning_init): Move above.
(maybe_warn_string_init): Likewise.
From-SVN: r210001
Diffstat (limited to 'gcc/c/c-tree.h')
-rw-r--r-- | gcc/c/c-tree.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c/c-tree.h b/gcc/c/c-tree.h index 53768d6..a6e7327 100644 --- a/gcc/c/c-tree.h +++ b/gcc/c/c-tree.h @@ -602,8 +602,6 @@ extern tree build_compound_expr (location_t, tree, tree); extern tree c_cast_expr (location_t, struct c_type_name *, tree); extern tree build_c_cast (location_t, tree, tree); extern void store_init_value (location_t, tree, tree, tree); -extern void error_init (const char *); -extern void pedwarn_init (location_t, int opt, const char *); extern void maybe_warn_string_init (tree, struct c_expr); extern void start_init (tree, tree, int); extern void finish_init (void); |