* verify.c: Don't use // comments.
authorZack Weinberg <zackw@stanford.edu>
Sat, 7 Jul 2001 18:26:11 +0000 (18:26 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Sat, 7 Jul 2001 18:26:11 +0000 (18:26 +0000)
From-SVN: r43840

gcc/java/ChangeLog
gcc/java/verify.c

index 0b4d4de2a6ad78db1b580e23e0e91cb5d2f9c1a8..fd94fb746e1e4d3c6e0360597b1aafdd61d320ca 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-07  Zack Weinberg  <zackw@stanford.edu>
+
+       * verify.c: Don't use // comments.
+
 2001-07-05  Tom Tromey  <tromey@redhat.com>
 
        * lang.c (flag_assume_compiled): Removed.
index 941484350c1daf591dd24484f4e744edb899e8b6..eadb4e653e156e50c90a683baf42bd5d756b8fa8 100644 (file)
@@ -1052,8 +1052,8 @@ verify_jvm_instructions (jcf, byte_ops, length)
                  if (!nargs || notZero)
                      VERIFICATION_ERROR 
                        ("invalid argument number in invokeinterface");
-                 // If we verify/resolve the constant pool, as we should,
-                 // this test (and the one just following) are redundant.
+                 /* If we verify/resolve the constant pool, as we should,
+                    this test (and the one just following) are redundant.  */
                  if (! self_is_interface)
                    VERIFICATION_ERROR ("invokeinterface calls method not in interface");
                  break;