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
This commit is contained in:
Jeff Law 1998-02-19 06:49:28 -07:00
parent 2fc11007df
commit acde952dea

View File

@ -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;
}