From 5d21e13a4c596ebd4dfd8482d7628265bfe0cd77 Mon Sep 17 00:00:00 2001 From: Toon Knapen Date: Tue, 16 Dec 2003 14:32:09 +0000 Subject: [PATCH] changed C++ style comment into C-style comment (port to IBM) [SVN r21290] --- historic/jam/src/modules/sequence.c | 4 ++-- jam_src/modules/sequence.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 );