From: Zack Weinberg Date: Sat, 22 Apr 2000 22:50:50 +0000 (+0000) Subject: Convert C++ comment to block comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4ff812cd3f08389d68aa257bbfa9baaf9dbda2cc;p=gcc.git Convert C++ comment to block comment From-SVN: r33349 --- 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