diff options
author | Joseph Myers <joseph@codesourcery.com> | 2007-07-04 18:09:12 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2007-07-04 18:09:12 +0100 |
commit | 121f163f349a3391fa6b5b2de804b0006bde074e (patch) | |
tree | f5c510e75c6b291dff7245fbf4cfbe889ad453b1 /gcc/target-def.h | |
parent | b1a14b78e650caaa2d1264ef9b72b46b35f97f9e (diff) | |
download | gcc-121f163f349a3391fa6b5b2de804b0006bde074e.tar.gz |
target-def.h (TARGET_INITIALIZER): Remove trailing whitespace after \.
* target-def.h (TARGET_INITIALIZER): Remove trailing whitespace
after \.
From-SVN: r126328
Diffstat (limited to 'gcc/target-def.h')
-rw-r--r-- | gcc/target-def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/target-def.h b/gcc/target-def.h index 48e1c1ab919..e5eae407620 100644 --- a/gcc/target-def.h +++ b/gcc/target-def.h @@ -667,7 +667,7 @@ Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. TARGET_VECTORIZE, \ TARGET_DEFAULT_TARGET_FLAGS, \ TARGET_HANDLE_OPTION, \ - TARGET_HELP, \ + TARGET_HELP, \ TARGET_EH_RETURN_FILTER_MODE, \ TARGET_MERGE_DECL_ATTRIBUTES, \ TARGET_MERGE_TYPE_ATTRIBUTES, \ |