aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-02-19 06:49:28 -0700
committerJeff Law <law@gcc.gnu.org>1998-02-19 06:49:28 -0700
commitacde952dea2247e2a5d8dbc8e796f145b1e9b554 (patch)
treee8c624be83f785c7084ce7340a3cd711a0324e18
parent2fc11007df5662fa8f7a3204c1cb62c64b454163 (diff)
downloadgcc-acde952dea2247e2a5d8dbc8e796f145b1e9b554.zip
gcc-acde952dea2247e2a5d8dbc8e796f145b1e9b554.tar.gz
gcc-acde952dea2247e2a5d8dbc8e796f145b1e9b554.tar.bz2
method.c (build_mangled_name): Start CPP directives in column zero.
8 * method.c (build_mangled_name): Start CPP directives in column zero. From-SVN: r18124
-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 2f38fc0..1e7c007 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;
}