mes: compatibility: Move (mes pmatch) to (system base pmatch).
* mes/module/system/base/pmatch.scm: Move from mes/pmatch.scm. Update users.
This commit is contained in:
parent
c30da3435f
commit
40efaa47a3
2
AUTHORS
2
AUTHORS
|
@ -60,7 +60,7 @@ PEG from Guile
|
||||||
mes/module/mes/peg/
|
mes/module/mes/peg/
|
||||||
|
|
||||||
Pmatch from Guile
|
Pmatch from Guile
|
||||||
mes/module/mes/pmatch.scm
|
mes/module/system/base/pmatch.scm
|
||||||
|
|
||||||
Pretty-print from Guile
|
Pretty-print from Guile
|
||||||
mes/module/mes/pretty-print.scm
|
mes/module/mes/pretty-print.scm
|
||||||
|
|
|
@ -25,4 +25,4 @@
|
||||||
;;(mes-use-module (mes guile))
|
;;(mes-use-module (mes guile))
|
||||||
(mes-use-module (mes quasiquote))
|
(mes-use-module (mes quasiquote))
|
||||||
(mes-use-module (mes syntax))
|
(mes-use-module (mes syntax))
|
||||||
(include-from-path "mes/pmatch.scm")
|
(include-from-path "system/base/pmatch.scm")
|
||||||
|
|
Loading…
Reference in a new issue