Skip to content

Commit

Permalink
GH-54 GH-55 Update INPUT-FILE comment to reflect current reality.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWumpus committed Nov 6, 2024
1 parent 1355a07 commit 5a04efa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/post4.p4
Original file line number Diff line number Diff line change
Expand Up @@ -2013,8 +2013,7 @@ VARIABLE SCR

\ (S: i*x fd -- j*x )
\ *** An uncaught exception within the include file will leak the file
\ *** handle and some memory. Cannot CATCH _eval_file, because a QUIT
\ *** will have cleared the catch frames, likewise ABORT and THROW.
\ *** handle and some memory.
: INCLUDE-FILE
_input_push DUP >R ['] _eval_file CATCH
R> CLOSE-FILE DROP _input_pop THROW
Expand Down

0 comments on commit 5a04efa

Please sign in to comment.