Skip to content

Commit

Permalink
check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lefessan committed Nov 13, 2023
1 parent 8bba6cc commit cc0a5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libcob/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -3019,7 +3019,7 @@ call_exit_handlers_and_terminate (void)
h = h->next;
}
}
cob_prof_end();
// cob_prof_end();
cob_terminate_routines ();
}

Expand Down Expand Up @@ -10166,7 +10166,7 @@ cob_init (const int argc, char **argv)
cob_init_numeric (cobglobptr);
cob_init_strings (cobglobptr);
cob_init_move (cobglobptr, cobsetptr);
cob_init_prof (cobglobptr, cobsetptr);
// cob_init_prof (cobglobptr, cobsetptr);
cob_init_intrinsic (cobglobptr);
cob_init_fileio (cobglobptr, cobsetptr);
cob_init_call (cobglobptr, cobsetptr, check_mainhandle);
Expand Down

0 comments on commit cc0a5b2

Please sign in to comment.