[PATCH 07/13] fixup one last simple-format bit
Andy Wingo
wingo at pobox.com
Mon Mar 29 15:22:12 EDT 2010
src/engine/iso-currencies-to-c did the same simple-format dance that is
now unnecessary.
---
src/engine/iso-currencies-to-c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/src/engine/iso-currencies-to-c b/src/engine/iso-currencies-to-c
index 535d2a2..b5bdcbc 100755
--- a/src/engine/iso-currencies-to-c
+++ b/src/engine/iso-currencies-to-c
@@ -2,14 +2,6 @@
exec guile -s $0 "$@"
!#
-(use-modules (ice-9 slib))
-;; Test for simple-format
-(if (not (defined? 'simple-format))
- (begin
- (require 'format)
- (export simple-format)
- (define simple-format format)))
-
(define *currency-file* (string-append (getenv "srcdir") "/" "iso-4217-currencies.scm"))
(define *c-file-name* "iso-4217-currencies.c")
--
1.6.2.5
--=-=-=
Content-Type: text/x-patch
Content-Disposition: attachment;
filename=0008-scm_c_string_length-is-the-proper-spelling-now.patch
More information about the gnucash-devel
mailing list