+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.
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;