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:
2d3d779
)
Fix typo.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 7 Oct 2006 05:48:58 +0000
(
05:48
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 7 Oct 2006 05:48:58 +0000
(
05:48
+0000)
v7/src/compiler/machines/C/cout.scm
patch
|
blob
|
history
diff --git
a/v7/src/compiler/machines/C/cout.scm
b/v7/src/compiler/machines/C/cout.scm
index b5e9204841fa0c5a0b1841d9b81f1a90052cad2a..c143ae011b1ddf166b2625b61adffcf9f98742e0 100644
(file)
--- a/
v7/src/compiler/machines/C/cout.scm
+++ b/
v7/src/compiler/machines/C/cout.scm
@@
-1,6
+1,6
@@
#| -*-Scheme-*-
-$Id: cout.scm,v 1.2
8 2006/10/06 04:53:35
cph Exp $
+$Id: cout.scm,v 1.2
9 2006/10/07 05:48:58
cph Exp $
Copyright 1993,1998,2006 Massachusetts Institute of Technology
@@
-703,7
+703,7
@@
USA.
(let ((entry (car table)))
(iter (+ offset 1)
(cdr table)
- (cons (c:
aref 'current-block
(entry-label entry)) names)
+ (cons (c:
cref
(entry-label entry)) names)
(cons (c:define (entry-label entry) offset) defines)
(cons (entry-value entry) objects)))
(receive (prefix suffix)