projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7a76fb
)
Fix typo in previous change.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 20 Oct 2018 07:52:23 +0000
(
00:52
-0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 20 Oct 2018 07:52:23 +0000
(
00:52
-0700)
src/compiler/machines/C/cutl.scm
patch
|
blob
|
history
diff --git
a/src/compiler/machines/C/cutl.scm
b/src/compiler/machines/C/cutl.scm
index ea449be6c2a26e3a113bf9dd5026f05d459ecb20..8bf1f6f50f9852eb8712581b6ea5208754400ca0 100644
(file)
--- a/
src/compiler/machines/C/cutl.scm
+++ b/
src/compiler/machines/C/cutl.scm
@@
-82,7
+82,7
@@
USA.
(indentation c:line-indentation)
(text c:line-text))
-(define-print
er
-method c:line?
+(define-print-method c:line?
(lambda (line port)
(c:write-line line port)))