]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
method.c (build_underscore_int): Don't use ANSI specific features.
authorJeffrey A Law <law@cygnus.com>
Thu, 9 Oct 1997 04:45:14 +0000 (04:45 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 9 Oct 1997 04:45:14 +0000 (22:45 -0600)
        * method.c (build_underscore_int): Don't use ANSI specific
        features.

From-SVN: r15881

gcc/cp/ChangeLog
gcc/cp/method.c

index 5e280ffb744e9513ceba6b9bc92db1801a944e44..5a38f1a3a39f0b089d595d11142f802dfebf11b5 100644 (file)
@@ -1,3 +1,8 @@
+Wed Oct  8 22:44:42 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * method.c (build_underscore_int): Don't use ANSI specific
+       features.
+
 Wed Oct  8 00:18:22 1997  Jason Merrill  <jason@yorick.cygnus.com>
 
        * decl2.c (finish_prevtable_vardecl): Check DECL_REALLY_EXTERN
index d1927f1890a2e14730721790524a78528504002a..6b77e78e2021f9349ce487ea320c93c93752240b 100644 (file)
@@ -418,7 +418,8 @@ build_overload_nested_name (decl)
 }
 
 static void
-build_underscore_int (int i)
+build_underscore_int (i)
+     int i;
 {
   if (i > 9)
     OB_PUTC ('_');