optargs guile
This commit is contained in:
parent
8531e9d898
commit
a36896662e
|
@ -25,8 +25,13 @@ exit $?
|
||||||
;;; You should have received a copy of the GNU General Public License
|
;;; You should have received a copy of the GNU General Public License
|
||||||
;;; along with Mes. If not, see <http://www.gnu.org/licenses/>.
|
;;; along with Mes. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
(mes-use-module (mes optargs))
|
(cond-expand
|
||||||
(mes-use-module (mes test))
|
(guile-2)
|
||||||
|
(guile
|
||||||
|
(use-modules (ice-9 optargs)))
|
||||||
|
(mes
|
||||||
|
(mes-use-module (mes optargs))
|
||||||
|
(mes-use-module (mes test))))
|
||||||
|
|
||||||
(pass-if-equal "cond =>" 10
|
(pass-if-equal "cond =>" 10
|
||||||
(cond
|
(cond
|
||||||
|
|
Loading…
Reference in a new issue