Commit acde952d by Jeff Law

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
parent 2fc11007
...@@ -1049,14 +1049,14 @@ build_mangled_name (parmtypes, begin, end) ...@@ -1049,14 +1049,14 @@ build_mangled_name (parmtypes, begin, end)
if (TREE_USED (parmtype)) if (TREE_USED (parmtype))
{ {
#if 0 #if 0
/* We can turn this on at some point when we want /* We can turn this on at some point when we want
improved symbol mangling. */ improved symbol mangling. */
Nrepeats++; Nrepeats++;
#else #else
/* This is bug compatible with 2.7.x */ /* This is bug compatible with 2.7.x */
flush_repeats (parmtype); flush_repeats (parmtype);
#endif endif
continue; continue;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment