X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/sod/blobdiff_plain/f64eb323a5798e155cc494043f5f750abf50a482..a47b5b286ee7c98c16b4023e5d6954cfdd9faa88:/src/module-parse.lisp diff --git a/src/module-parse.lisp b/src/module-parse.lisp index 15a7d8f..83cc0ad 100644 --- a/src/module-parse.lisp +++ b/src/module-parse.lisp @@ -101,6 +101,7 @@ (defun read-module (pathname &key (truename nil truep) location) (define-module (pathname :location location :truename truename) (with-open-file (f-stream pathname :direction :input) (let* ((*readtable* (copy-readtable)) + (*package* (find-package '#:sod-user)) (char-scanner (make-instance 'charbuf-scanner :stream f-stream)) (scanner (make-instance 'sod-token-scanner