1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-14 15:40:19 +02:00

Add srfi-16 and srfi-30 to %cond-expand-features.

* module/ice-9/boot-9.scm (%cond-expand-features): Add srfi-16 and
  srfi-30.

* doc/ref/srfi-modules.texi (SRFI-0): Add srfi-16 and srfi-30 to the
  list of core features.

* module/srfi/srfi-16.scm: Remove call to 'cond-expand-provide'.
This commit is contained in:
Mark H Weaver 2014-01-14 02:19:52 -05:00
parent c9d55a7e4e
commit 61d509194c
3 changed files with 9 additions and 7 deletions

View file

@ -1,6 +1,6 @@
;;; srfi-16.scm --- case-lambda
;; Copyright (C) 2001, 2002, 2006, 2009 Free Software Foundation, Inc.
;; Copyright (C) 2001, 2002, 2006, 2009, 2014 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
@ -48,6 +48,4 @@
(define-module (srfi srfi-16)
#:re-export (case-lambda))
;; Case-lambda is now provided by code psyntax.
(cond-expand-provide (current-module) '(srfi-16))
;; Case-lambda is now provided by core psyntax.