mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
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.
This commit is contained in:
parent
4325620f6d
commit
bc03d89fa2
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
#:export (fix-letrec!))
|
#:export (fix-letrec!))
|
||||||
|
|
||||||
;; For a detailed discussion, see "Fixing Letrec: A Faithful Yet
|
;; 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.
|
;; Oscar Waddell, Dipanwita Sarkar, and R. Kent Dybvig.
|
||||||
|
|
||||||
(define fix-fold
|
(define fix-fold
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue