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:
Jan (janneke) Nieuwenhuizen 2020-11-01 16:20:12 +01:00
parent c30da3435f
commit 40efaa47a3
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
3 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ PEG from Guile
mes/module/mes/peg/
Pmatch from Guile
mes/module/mes/pmatch.scm
mes/module/system/base/pmatch.scm
Pretty-print from Guile
mes/module/mes/pretty-print.scm

View File

@ -25,4 +25,4 @@
;;(mes-use-module (mes guile))
(mes-use-module (mes quasiquote))
(mes-use-module (mes syntax))
(include-from-path "mes/pmatch.scm")
(include-from-path "system/base/pmatch.scm")