Skip to content

Commit 8b1cc4e

Browse files
committed
Update write-fasl for inline attributes
1 parent 95e8ced commit 8b1cc4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lisp/kernel/cmp/disltv.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@
546546
;;; Write a FASL object out to a stream/file.
547547

548548
(defun write-fasl (fasl stream)
549-
(write-bytecode (instructions fasl) (attributes fasl) stream))
549+
(write-bytecode (instructions fasl) stream))
550550

551551
(defun save-fasl (fasl output-path)
552552
(with-open-file (output output-path

0 commit comments

Comments
 (0)