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 Nieuwenhuizen 2019-11-17 16:20:12 +01:00
parent 3e7bfca4c9
commit 99a971fe73
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
3 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,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")