When emitting a function, also emit an aligner first.

* module/mescc/M1.scm (info->M1): When emitting a function, also emit
an aligner first.
This commit is contained in:
Danny Milosavljevic 2019-02-27 00:24:14 +01:00 committed by Jan Nieuwenhuizen
parent 83e7c4cc9e
commit eda0d8dca5
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@
(newline))
(when verbose?
(display (string-append " :" name "\n") (current-error-port)))
(display (string-append "\n\n:" name "\n"))
(display (string-append "\n\n<\n:" name "\n"))
(for-each line->M1 (apply append text))))
(define (write-global o)
(define (labelize o)