From 4ff812cd3f08389d68aa257bbfa9baaf9dbda2cc Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sat, 22 Apr 2000 22:50:50 +0000 Subject: [PATCH] Convert C++ comment to block comment From-SVN: r33349 --- gcc/java/jcf-depend.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/java/jcf-depend.c b/gcc/java/jcf-depend.c index 79d060a4b04..1c893e49349 100644 --- a/gcc/java/jcf-depend.c +++ b/gcc/java/jcf-depend.c @@ -96,8 +96,8 @@ add_entry (entp, name) if (last == NULL) { - // This is only true the first time through, when the entry list - // is empty. + /* This is only true the first time through, when the entry list + is empty. */ *entp = ent; } else -- 2.30.2