1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 04:40:29 +02:00

Make (srfi srfi-35)' visible through cond-expand'.

This commit is contained in:
Ludovic Courtès 2008-04-26 21:09:40 +02:00
parent efbc70de56
commit 23978ff30a
5 changed files with 23 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2008-04-26 Ludovic Courtès <ludo@gnu.org>
* srfi-35.scm: Provide `srfi-35' through `cond-expand-provide'.
2008-04-26 Ludovic Courtès <ludo@gnu.org>
* Makefile.am (srfi_DATA): Add `srfi-88.scm'.

View file

@ -1,6 +1,6 @@
;;; srfi-35.scm --- Conditions
;; Copyright (C) 2007 Free Software Foundation, Inc.
;; Copyright (C) 2007, 2008 Free Software Foundation, Inc.
;;
;; This library is free software; you can redistribute it and/or
;; modify it under the terms of the GNU Lesser General Public
@ -37,6 +37,8 @@
&serious serious-condition?
&error error?))
(cond-expand-provide (current-module) '(srfi-35))
;;;
;;; Condition types.