mes: Add srfi-16 to Nyacc Guile support.
* module/mes/guile.mes: Include srfi-16 for Nyacc.
This commit is contained in:
parent
c84f95beee
commit
92c363701b
|
@ -24,6 +24,9 @@
|
|||
|
||||
(define-macro (define-module module . rest) #t)
|
||||
(define-macro (use-modules . rest) #t)
|
||||
(define-macro (cond-expand-provide . rest) #t)
|
||||
|
||||
(mes-use-module (srfi srfi-16))
|
||||
|
||||
(define (drain-input port)
|
||||
(list->string
|
||||
|
|
Loading…
Reference in a new issue