(unless truep (setf truename (truename pathname)))
(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
+ (let* ((char-scanner (make-instance 'charbuf-scanner
:stream f-stream
:filename (namestring pathname)))
(scanner (make-instance 'sod-token-scanner