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:
parent
06503f96b5
commit
97f93be4ec
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
;;;; and-let-star.scm --- and-let* syntactic form (draft SRFI-2) for Guile
|
||||
;;;; 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
|
||||
;;;; it under the terms of the GNU General Public License as published by
|
||||
|
@ -69,3 +69,5 @@
|
|||
(error "not a proper list" vars))))
|
||||
|
||||
(expand vars body))
|
||||
|
||||
(cond-expand-provide (current-module) '(srfi-2))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue