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:
7bb1098
)
Fix over-long line.
author
Chris Hanson
<org/chris-hanson/cph>
Sat, 17 May 2014 05:09:54 +0000
(22:09 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Sat, 17 May 2014 05:09:54 +0000
(22:09 -0700)
src/compiler/rtlgen/opncod.scm
patch
|
blob
|
history
diff --git
a/src/compiler/rtlgen/opncod.scm
b/src/compiler/rtlgen/opncod.scm
index de5f03013db976a76832cc1eb6d812bd88ea2f5e..2fb468dbebc0df3132abfca19a45a9f776f7dfc4 100644
(file)
--- a/
src/compiler/rtlgen/opncod.scm
+++ b/
src/compiler/rtlgen/opncod.scm
@@
-66,7
+66,10
@@
USA.
(rvalue/constant? callee)
(let ((value (constant-value callee)))
(and (scode/primitive-procedure? value)
- (let ((entry (hash-table/get name->open-coders (primitive-procedure-name value) #f)))
+ (let ((entry
+ (hash-table/get name->open-coders
+ (primitive-procedure-name value)
+ #f)))
(and entry
(try-handler combination value entry))))))))