This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Remove trailing whitespace after \ from target-def.h


I've applied as obvious this patch to remove recently introduced trailing 
whitespace after \ that was causing a bootstrap failure with:

target-def.h:670:20: error: backslash and newline separated by space

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 126327)
+++ ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2007-07-04  Joseph Myers  <joseph@codesourcery.com>
+
+	* target-def.h (TARGET_INITIALIZER): Remove trailing whitespace
+	after \.
+
 2007-07-04  David Ung  <davidu@mips.com>
             Joseph Myers  <joseph@codesourcery.com>
 
Index: target-def.h
===================================================================
--- target-def.h	(revision 126327)
+++ target-def.h	(working copy)
@@ -667,7 +667,7 @@
   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,			\

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]