Convert C++ comment to block comment

From-SVN: r33349
This commit is contained in:
Zack Weinberg 2000-04-22 22:50:50 +00:00
parent d5f76abaa1
commit 4ff812cd3f
1 changed files with 2 additions and 2 deletions

View 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