mirror of git://gcc.gnu.org/git/gcc.git
target-def.h (TARGET_EH_RETURN_FILTER_MODE): Remove extraneous semicolon.
2004-08-16 Andrew Pinski <apinski@apple.com> * target-def.h (TARGET_EH_RETURN_FILTER_MODE): Remove extraneous semicolon. From-SVN: r86081
This commit is contained in:
parent
be170ef2ae
commit
62114438c8
|
@ -1,3 +1,8 @@
|
|||
2004-08-16 Andrew Pinski <apinski@apple.com>
|
||||
|
||||
* target-def.h (TARGET_EH_RETURN_FILTER_MODE): Remove
|
||||
extraneous semicolon.
|
||||
|
||||
2004-08-16 Devang Patel <dpatel@apple.com>
|
||||
|
||||
* c-common.c (handle_used_attribute): Set DECL_PRESERVE_P.
|
||||
|
|
|
@ -274,7 +274,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
TARGET_SCHED_IS_COSTLY_DEPENDENCE}
|
||||
|
||||
/* In except.c */
|
||||
#define TARGET_EH_RETURN_FILTER_MODE default_eh_return_filter_mode;
|
||||
#define TARGET_EH_RETURN_FILTER_MODE default_eh_return_filter_mode
|
||||
|
||||
/* In tree.c. */
|
||||
#define TARGET_MERGE_DECL_ATTRIBUTES merge_decl_attributes
|
||||
|
|
Loading…
Reference in New Issue