Convert C++ comment to block comment
authorZack Weinberg <zack@gcc.gnu.org>
Sat, 22 Apr 2000 22:50:50 +0000 (22:50 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Sat, 22 Apr 2000 22:50:50 +0000 (22:50 +0000)
From-SVN: r33349

gcc/java/jcf-depend.c

index 79d060a4b04b5fa7add1715b93f4126fdcd6f4f0..1c893e49349c24f23bbfac22f996bfd331d15911 100644 (file)
@@ -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