Initialize (runtime lambda-abstraction) before (runtime hash-table)
authorMatt Birkholz <matt@birchwood-abbey.net>
Fri, 13 Jan 2017 20:51:46 +0000 (13:51 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Fri, 13 Jan 2017 20:51:46 +0000 (13:51 -0700)
commit9b1834f95551d8f517d6b0decc455671da1f5fc8
treea28ef4802770de1c739e77882912d720f239df68
parenta6d602e87aa5f092f76a8dea4d4a8ca927a83682
Initialize (runtime lambda-abstraction) before (runtime hash-table)

so that the latter can initialize in an interpreted system (at
cross-compile end).  Its initialization uses set-equality-predicate-
hasher! which calls guarantee with binary-procedure? which needs
&lambda-components when the given procedure is not compiled.
src/runtime/make.scm