Can't integrate scode-eval any longer, since it's now a compound
authorChris Hanson <org/chris-hanson/cph>
Sat, 20 Apr 1991 06:10:10 +0000 (06:10 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 20 Apr 1991 06:10:10 +0000 (06:10 +0000)
commit4a3983fd1da9851fabb209272a06c37b3eddaecc
tree1bd29e03839bbf0447e78470f756f0b4566fc61d
parentcf1e51d2a732f7a259c1f762fa418212b156e13e
Can't integrate scode-eval any longer, since it's now a compound
procedure.  This was overlooked by accident because "usicon" used
scode-constant? to test whether the constants in "gconst" were
reasonable -- and this predicate returns true for compiled procedures.
Now the predicate used is something more discriminating, which should
not permit unreasonable values in the .bin file.
v7/src/sf/gconst.scm
v7/src/sf/usicon.scm