From 198436a833ef7212ceaa89bc45cb67135666afb4 Mon Sep 17 00:00:00 2001 From: law Date: Thu, 19 Feb 1998 13:49:28 +0000 Subject: 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 --- gcc/cp/method.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc') 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; } -- cgit v1.2.1