diff options
author | Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | 2001-09-22 15:13:42 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2001-09-22 11:13:42 -0400 |
commit | 0c96e96535d1e50689ce27625e5d01c504ff3310 (patch) | |
tree | 6b34238871ed2a82c32557e0119183a69fd00ce6 /gcc/c-common.c | |
parent | aaed02065e41d8385592ce84f9585c88eac7d2f5 (diff) | |
download | gcc-0c96e96535d1e50689ce27625e5d01c504ff3310.zip gcc-0c96e96535d1e50689ce27625e5d01c504ff3310.tar.gz gcc-0c96e96535d1e50689ce27625e5d01c504ff3310.tar.bz2 |
c-common.c (format_attribute_table): Remove decl.
* c-common.c (format_attribute_table): Remove decl.
* tree.h (format_attribute_table, lang_attribute_table): New decls.
(lang_attribute_common): Likewise.
From-SVN: r45754
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r-- | gcc/c-common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c index fd1aef1..74a5552 100644 --- a/gcc/c-common.c +++ b/gcc/c-common.c @@ -3784,8 +3784,6 @@ static const struct attribute_spec c_format_attribute_table[] = { NULL, 0, 0, false, false, false, NULL } }; -extern const struct attribute_spec *format_attribute_table; - /* Do the parts of lang_init common to C and C++. */ void c_common_lang_init () |