diff options
author | Nathan Sidwell <nathan@gcc.gnu.org> | 2004-06-24 15:05:35 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2004-06-24 15:05:35 +0000 |
commit | 061cae1fa91e579ab981213f4c46de15dd3cdcbb (patch) | |
tree | 84c94792f0e3d38d8b9cb9f539caf0122c729783 /gcc | |
parent | aa7cb8c39ed27ca73f1cd6526da0abe4a114bbcd (diff) | |
download | gcc-061cae1fa91e579ab981213f4c46de15dd3cdcbb.zip gcc-061cae1fa91e579ab981213f4c46de15dd3cdcbb.tar.gz gcc-061cae1fa91e579ab981213f4c46de15dd3cdcbb.tar.bz2 |
reformat, remove '^M's
From-SVN: r83594
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/init.c | 4 | ||||
-rw-r--r-- | gcc/cp/pt.c | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/cp/init.c b/gcc/cp/init.c index c2a9878..ceb6c4b 100644 --- a/gcc/cp/init.c +++ b/gcc/cp/init.c @@ -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 "
- "operator delete will be called, even if they are "
+ 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; } diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c index da2b306..a0f140f 100644 --- a/gcc/cp/pt.c +++ b/gcc/cp/pt.c @@ -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; |