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:
1940563
)
Finish fix in last change to entity unparsers.
author
Taylor R Campbell
<campbell@mumble.net>
Thu, 14 Oct 2010 05:32:03 +0000
(
05:32
+0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Thu, 14 Oct 2010 05:32:03 +0000
(
05:32
+0000)
src/runtime/defstr.scm
patch
|
blob
|
history
diff --git
a/src/runtime/defstr.scm
b/src/runtime/defstr.scm
index d3531cbec7ccfc1d16b1f181dc76f714f091a7c1..eabad85a31fa74361aa4044b3687498027fd4b9a 100644
(file)
--- a/
src/runtime/defstr.scm
+++ b/
src/runtime/defstr.scm
@@
-827,7
+827,9
@@
differences:
',field-names
(LIST ,@inits)
,(close print-procedure context)
- ,(close print-entity-procedure context))
+ ,@(if print-entity-procedure
+ (list (close print-entity-procedure context))
+ '()))
`(,(absolute 'MAKE-DEFINE-STRUCTURE-TYPE context)
',(structure/physical-type structure)
',name