3291
3291
if (p[l] == '\n' && p[l+1] == '\n') {
3292
3292
function_comment = comment_to_save;
3293
3293
n = function_comment->memory;
3295
3295
/* create program comment */
3296
3296
program_comment = bcalloc(Op_comment, 1, sourceline);
3297
3297
program_comment->source_file = comment_to_save->source_file;