diff options
author | Richard Kenner <kenner@vlsi1.ultra.nyu.edu> | 2001-09-22 13:14:40 +0000 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 2001-09-22 09:14:40 -0400 |
commit | bb9f8221b43c3a500198fa3a504fa11f5f807988 (patch) | |
tree | 00bc4e0b093a48235bf0c46b6102755bcd06cba0 /gcc/c-common.h | |
parent | ab6e6969342d2aa3a7e59eb092767e80bd7852a4 (diff) | |
download | gcc-bb9f8221b43c3a500198fa3a504fa11f5f807988.tar.gz |
attribs.c: New file, from c-common.c.
* attribs.c: New file, from c-common.c.
(attribute_tables): Now four elements.
(format_attribute_table, lang_attribute_common): New variables.
(init_attributes): Reflect above changes.
(handle_mode_attribute): Delete check for wider than uintmax.
* c-common.c: Delete parts moved to attribs.c.
(enum attrs): Deleted; unused.
(c_format_attribute_table): New variable.
(c_common_lang_init): Initialize format_attribute_table with it.
* c-common.h (decl_attributes): Remove decl.
* tree.h (decl_attribute): Move it to here.
* Makefile.in (C_AND_OBJS_OBJS): Add attribs.o.
(attribs.o): New rule.
* ch/Make-lang.in (cc1chill): Add attribs.o.
* cp/Make-lang.in (CXX_C_OBJS): Add attribs.o.
From-SVN: r45749
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 6ab2c06bef3..3681ed222f0 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -503,7 +503,6 @@ extern const char *fname_as_string PARAMS ((int)); extern tree fname_decl PARAMS ((unsigned, tree)); extern const char *fname_string PARAMS ((unsigned)); -extern tree decl_attributes PARAMS ((tree *, tree, int)); extern void init_function_format_info PARAMS ((void)); extern void check_function_format PARAMS ((int *, tree, tree, tree)); extern void set_Wformat PARAMS ((int)); |