* verify.c: Don't use // comments.

From-SVN: r43840
This commit is contained in:
Zack Weinberg 2001-07-07 18:26:11 +00:00 committed by Zack Weinberg
parent 8dd5d49d0e
commit 74d04dd13b
2 changed files with 6 additions and 2 deletions

View 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.

View 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;