]> gcc.gnu.org Git - gcc.git/commitdiff
method.c (build_mangled_name): Start CPP directives in column zero.
authorJeff Law <law@gcc.gnu.org>
Thu, 19 Feb 1998 13:49:28 +0000 (06:49 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 19 Feb 1998 13:49:28 +0000 (06:49 -0700)
8
        * method.c (build_mangled_name): Start CPP directives in column zero.

From-SVN: r18124

gcc/cp/method.c

index 2f38fc02f508a4329e564a337de22bee67083dc0..1e7c0077c134c0a63999c699283091d3407e0d52 100644 (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;
                 }
 
This page took 0.071016 seconds and 5 git commands to generate.