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:
@@ -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 );
|
||||
|
||||
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user