mes: fix %program not defined error in guile

* module/mes/guile.scm (%program): define and export
This commit is contained in:
Ekaitz 2023-08-24 15:12:58 +02:00
parent f22a8f40a9
commit e0e560895d
1 changed files with 3 additions and 0 deletions

View File

@ -51,10 +51,13 @@
keyword->string
pmatch-car
pmatch-cdr
%program
)
;;#:re-export (open-input-file open-input-string with-input-from-string)
)
(define %program #f)
(cond-expand
(guile-2)
(guile