summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-02-19 13:49:28 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-02-19 13:49:28 +0000
commit198436a833ef7212ceaa89bc45cb67135666afb4 (patch)
treee8c624be83f785c7084ce7340a3cd711a0324e18 /gcc
parent3eb35f38904f4aaaef0a5fab9b3ea093a59bfb54 (diff)
downloadgcc-198436a833ef7212ceaa89bc45cb67135666afb4.tar.gz
8
* method.c (build_mangled_name): Start CPP directives in column zero. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18124 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/method.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cp/method.c b/gcc/cp/method.c
index 2f38fc02f50..1e7c0077c13 100644
--- a/gcc/cp/method.c
+++ b/gcc/cp/method.c
@@ -1049,14 +1049,14 @@ build_mangled_name (parmtypes, begin, end)
if (TREE_USED (parmtype))
{
- #if 0
+#if 0
/* We can turn this on at some point when we want
improved symbol mangling. */
Nrepeats++;
- #else
+#else
/* This is bug compatible with 2.7.x */
flush_repeats (parmtype);
- #endif
+endif
continue;
}