Add forgotten OPEN clause for SIGNALS in READING-FORMS.
This commit is contained in:
parent
813e4b1240
commit
e2557c7200
|
@ -181,7 +181,8 @@
|
||||||
(define-structure reading-forms (export read-forms $note-file-package)
|
(define-structure reading-forms (export read-forms $note-file-package)
|
||||||
(open scheme-level-2
|
(open scheme-level-2
|
||||||
fluids filenames
|
fluids filenames
|
||||||
features ;current-noise-port force-output
|
signals ;error
|
||||||
|
features ;current-noise-port force-output
|
||||||
)
|
)
|
||||||
(files (bcomp read-form)))
|
(files (bcomp read-form)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue