From: Zack Weinberg Date: Sat, 7 Jul 2001 18:26:11 +0000 (+0000) Subject: * verify.c: Don't use // comments. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=74d04dd13b38cadf338049f187c4960693172aaa;p=gcc.git * verify.c: Don't use // comments. From-SVN: r43840 --- diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog index 0b4d4de2a6a..fd94fb746e1 100644 --- a/gcc/java/ChangeLog +++ b/gcc/java/ChangeLog @@ -1,3 +1,7 @@ +2001-07-07 Zack Weinberg + + * verify.c: Don't use // comments. + 2001-07-05 Tom Tromey * lang.c (flag_assume_compiled): Removed. diff --git a/gcc/java/verify.c b/gcc/java/verify.c index 941484350c1..eadb4e653e1 100644 --- a/gcc/java/verify.c +++ b/gcc/java/verify.c @@ -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;