X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/d2f1db725b33c0cc55b3eca0744c2a76adf315e9..e4af0384a9d904782ddb865afc90fb8a9703615c:/src/parser/streams-proto.lisp diff --git a/src/parser/streams-proto.lisp b/src/parser/streams-proto.lisp index b48a67e..014ed70 100644 --- a/src/parser/streams-proto.lisp +++ b/src/parser/streams-proto.lisp @@ -57,7 +57,8 @@ ;;; Enhanced stream classes. (export '(position-aware-stream - position-aware-stream-line position-aware-stream-column)) + position-aware-stream-file position-aware-stream-line + position-aware-stream-column)) (defclass position-aware-stream (proxy-stream) ((file :initarg :file :initform nil :type (or pathname null) :accessor position-aware-stream-file)