2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

changed C++ style comment into C-style comment (port to IBM)

[SVN r21290]
This commit is contained in:
Toon Knapen
2003-12-16 14:32:09 +00:00
parent 418dae429a
commit 5d21e13a4c
2 changed files with 4 additions and 4 deletions

View File

@@ -8,8 +8,8 @@
LIST *sequence_select_highest_ranked( PARSE *parse, FRAME *frame )
{
// Returns all of 'elements' for which corresponding element in parallel
// list 'rank' is equal to the maximum value in 'rank'.
/* Returns all of 'elements' for which corresponding element in parallel */
/* list 'rank' is equal to the maximum value in 'rank'. */
LIST* elements = lol_get( frame->args, 0 );
LIST* rank = lol_get( frame->args, 1 );

View File

@@ -8,8 +8,8 @@
LIST *sequence_select_highest_ranked( PARSE *parse, FRAME *frame )
{
// Returns all of 'elements' for which corresponding element in parallel
// list 'rank' is equal to the maximum value in 'rank'.
/* Returns all of 'elements' for which corresponding element in parallel */
/* list 'rank' is equal to the maximum value in 'rank'. */
LIST* elements = lol_get( frame->args, 0 );
LIST* rank = lol_get( frame->args, 1 );