Skip to content

Commit

Permalink
Add a #if WANT_STDIO
Browse files Browse the repository at this point in the history
  • Loading branch information
augustss committed Jan 12, 2025
1 parent 5c6c83a commit cfd4772
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/runtime/eval.c
Original file line number Diff line number Diff line change
Expand Up @@ -4167,7 +4167,9 @@ MAIN
}
prog = parse_top(bf);
closeb(bf);
#if WANT_STDIO
file_size = combexprlen;
#endif
} else {
#if WANT_STDIO
prog = parse_file(inname, &file_size);
Expand Down

0 comments on commit cfd4772

Please sign in to comment.