mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
2001-06-04 Dave Peticolas <dave@krondo.com>
* lib/srfi/srfi-19.scm: fix bug. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4423 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
d64ad9ab84
commit
c6fc078591
@ -1,3 +1,7 @@
|
||||
2001-06-04 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* lib/srfi/srfi-19.scm: fix bug.
|
||||
|
||||
2001-06-04 Rob Browning <rlb@cs.utexas.edu>
|
||||
|
||||
* lib/srfi/srfi-19.scm: updated to include guile-core bug fixes.
|
||||
|
@ -121,7 +121,7 @@
|
||||
|
||||
;; Guile's prior to 1.5.X didn't have this.
|
||||
|
||||
(if (not (defined? open-input-string))
|
||||
(if (not (defined? 'open-input-string))
|
||||
(define (open-input-string str)
|
||||
(call-with-input-string str (lambda (port) port))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user