OSDN Git Service

* verify.c: Don't use // comments.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Jul 2001 18:26:11 +0000 (18:26 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 7 Jul 2001 18:26:11 +0000 (18:26 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43840 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 0b4d4de..fd94fb7 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 9414843..eadb4e6 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;