Skip to content

Commit

Permalink
Show size of combinator code even when it's from an internal array.
Browse files Browse the repository at this point in the history
  • Loading branch information
augustss committed Jan 12, 2025
1 parent 7d146bd commit 5c6c83a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/runtime/eval.c
Original file line number Diff line number Diff line change
Expand Up @@ -4167,6 +4167,7 @@ MAIN
}
prog = parse_top(bf);
closeb(bf);
file_size = combexprlen;
} else {
#if WANT_STDIO
prog = parse_file(inname, &file_size);
Expand Down

0 comments on commit 5c6c83a

Please sign in to comment.