reformat, remove '^M's
authorNathan Sidwell <nathan@gcc.gnu.org>
Thu, 24 Jun 2004 15:05:35 +0000 (15:05 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 24 Jun 2004 15:05:35 +0000 (15:05 +0000)
From-SVN: r83594

gcc/cp/init.c
gcc/cp/pt.c

index c2a98781431ad4d2910f9543615254975f95ab41..ceb6c4bc32e2d61f174656eccd81d0eb18135b0f 100644 (file)
@@ -2742,8 +2742,8 @@ build_delete (tree type, tree addr, special_function_kind auto_delete,
              warning ("possible problem detected in invocation of "
                       "delete operator:");
              cxx_incomplete_type_diagnostic (addr, type, 1);
-             inform ("neither the destructor nor the class-specific "\r
-                     "operator delete will be called, even if they are "\r
+             inform ("neither the destructor nor the class-specific "
+                     "operator delete will be called, even if they are "
                      "declared when the class is defined.");
              complete_p = false;
            }
index da2b306af7757663e445bee1c95b95ab81c7879b..a0f140f13d043a86a1976aded3c298c3b2357054 100644 (file)
@@ -11243,7 +11243,8 @@ instantiate_pending_templates (void)
                         fn;
                         fn = TREE_CHAIN (fn))
                      if (! DECL_ARTIFICIAL (fn))
-                       instantiate_decl (fn, /*defer_ok=*/0, /*undefined_ok=*/0);
+                       instantiate_decl (fn, /*defer_ok=*/0,
+                                         /*undefined_ok=*/0);
                  if (COMPLETE_TYPE_P (instantiation))
                    {
                      instantiated_something = 1;