mescc: preprocess: Remove cond-expand.

* module/mescc/preprocess.scm: Remove the special case for Mes when
calling 'insert-progress-monitors'.
This commit is contained in:
Timothy Sample 2022-04-26 10:33:54 -06:00
parent 6e21132275
commit bfaa404395
1 changed files with 3 additions and 6 deletions

View File

@ -62,12 +62,9 @@
(apply (vector-ref act-v ix) args))))
(loop (1+ ix))))))
(cond-expand
(guile
(insert-progress-monitors (@@ (nyacc lang c99 parser) c99-act-v)
(@@ (nyacc lang c99 parser) c99-len-v)))
(mes
(insert-progress-monitors c99-act-v c99-len-v)))
(insert-progress-monitors (@@ (nyacc lang c99 parser) c99-act-v)
(@@ (nyacc lang c99 parser) c99-len-v))
(define* (c99-input->full-ast #:key (prefix "") (defines '()) (includes '()) (arch "") verbose?)
(let* ((sys-include (if (equal? prefix "") "include"