diff options
Diffstat (limited to 'src/interp/parsing.lisp')
-rw-r--r-- | src/interp/parsing.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interp/parsing.lisp b/src/interp/parsing.lisp index 565fce93..509c6a14 100644 --- a/src/interp/parsing.lisp +++ b/src/interp/parsing.lisp @@ -71,6 +71,8 @@ ; 0. Current I/O Stream definition +(MAKEPROP 'END_UNIT 'KEY 'T) + (defparameter out-stream t "Current output stream.") (defparameter File-Closed nil "Way to stop EOF tests for console input.") |