OSDN Git Service

Convert C++ comment to block comment
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Apr 2000 22:50:50 +0000 (22:50 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 Apr 2000 22:50:50 +0000 (22:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33349 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/java/jcf-depend.c

index 79d060a..1c893e4 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