5615
5615
if (p[l] == '\n' && p[l+1] == '\n') {
5616
5616
function_comment = comment_to_save;
5617
5617
n = function_comment->memory;
5619
5619
/* create program comment */
5620
5620
program_comment = bcalloc(Op_comment, 1, sourceline);
5621
5621
program_comment->source_file = comment_to_save->source_file;