Commit 62114438 by Andrew Pinski Committed by Andrew Pinski

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
parent be170ef2
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment