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:
96eabe4
)
Fix thinko.
author
Taylor R Campbell
<campbell@mumble.net>
Sat, 1 Dec 2018 14:34:07 +0000
(14:34 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Sat, 1 Dec 2018 14:34:07 +0000
(14:34 +0000)
src/compiler/base/ctypes.scm
patch
|
blob
|
history
diff --git
a/src/compiler/base/ctypes.scm
b/src/compiler/base/ctypes.scm
index 1e5890a4145b33c9c15e2726ef0262c9fd2aca24..ae438cf9561c087007dcb2c20fe53f9fc07103c2 100644
(file)
--- a/
src/compiler/base/ctypes.scm
+++ b/
src/compiler/base/ctypes.scm
@@
-68,7
+68,7
@@
USA.
(lambda (application)
(case (application-type application)
((COMBINATION) '())
- ((RETURN) (list (return/operand
retur
n)))
+ ((RETURN) (list (return/operand
applicatio
n)))
(else (list (application-type application)))))))
(define-integrable (application-block application)