summaryrefslogtreecommitdiff
path: root/gcc/java/jcf-depend.c
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-22 22:50:50 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-22 22:50:50 +0000
commit541b1cdeb476c9bc6be5c92ab53694782ee32e41 (patch)
treea154ddd60e0d2079d04cbb9ca8e4b581431285d6 /gcc/java/jcf-depend.c
parent7e26319257e2d730e2b616736bbdd5edfa840d9b (diff)
downloadgcc-541b1cdeb476c9bc6be5c92ab53694782ee32e41.tar.gz
Convert C++ comment to block comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33349 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/java/jcf-depend.c')
-rw-r--r--gcc/java/jcf-depend.c4
1 files 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