From bc03d89fa20f3a84743be87a6ad8fb5b08701c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 23 Jan 2011 23:43:50 +0100 Subject: [PATCH] Remove unexpected non-ASCII character. * module/language/tree-il/fix-letrec.scm: Replace U+2019 with an ASCII quote. The iconv implementation on FreeBSD would immediately notice and bail out when reading it under a US-ASCII locale. --- module/language/tree-il/fix-letrec.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/language/tree-il/fix-letrec.scm b/module/language/tree-il/fix-letrec.scm index 3fbe8c093..8d4b2391b 100644 --- a/module/language/tree-il/fix-letrec.scm +++ b/module/language/tree-il/fix-letrec.scm @@ -25,7 +25,7 @@ #:export (fix-letrec!)) ;; For a detailed discussion, see "Fixing Letrec: A Faithful Yet -;; Efficient Implementation of Scheme’s Recursive Binding Construct", by +;; Efficient Implementation of Scheme's Recursive Binding Construct", by ;; Oscar Waddell, Dipanwita Sarkar, and R. Kent Dybvig. (define fix-fold