1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00

Add cond-expand-provide srfi-2, since this module provides that feature.

This commit is contained in:
Kevin Ryde 2004-08-18 00:23:30 +00:00
parent 06503f96b5
commit 97f93be4ec

View file

@ -1,7 +1,7 @@
;;;; and-let-star.scm --- and-let* syntactic form (draft SRFI-2) for Guile ;;;; and-let-star.scm --- and-let* syntactic form (draft SRFI-2) for Guile
;;;; written by Michael Livshin <mike@olan.com> ;;;; written by Michael Livshin <mike@olan.com>
;;;; ;;;;
;;;; Copyright (C) 1999, 2001 Free Software Foundation, Inc. ;;;; Copyright (C) 1999, 2001, 2004 Free Software Foundation, Inc.
;;;; ;;;;
;;;; This program is free software; you can redistribute it and/or modify ;;;; This program is free software; you can redistribute it and/or modify
;;;; it under the terms of the GNU General Public License as published by ;;;; it under the terms of the GNU General Public License as published by
@ -69,3 +69,5 @@
(error "not a proper list" vars)))) (error "not a proper list" vars))))
(expand vars body)) (expand vars body))
(cond-expand-provide (current-module) '(srfi-2))