From 74d04dd13b38cadf338049f187c4960693172aaa Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sat, 7 Jul 2001 18:26:11 +0000 Subject: [PATCH] * verify.c: Don't use // comments. From-SVN: r43840 --- gcc/java/ChangeLog | 4 ++++ gcc/java/verify.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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; -- 2.30.2