diff --git a/historic/jam/src/modules/sequence.c b/historic/jam/src/modules/sequence.c index 6d435a004..b72e322d0 100644 --- a/historic/jam/src/modules/sequence.c +++ b/historic/jam/src/modules/sequence.c @@ -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 ); diff --git a/jam_src/modules/sequence.c b/jam_src/modules/sequence.c index 6d435a004..b72e322d0 100644 --- a/jam_src/modules/sequence.c +++ b/jam_src/modules/sequence.c @@ -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 );