Implement scode-procedure-arity so that it can be run during cold load.
authorChris Hanson <org/chris-hanson/cph>
Mon, 16 Apr 2018 02:16:56 +0000 (19:16 -0700)
committerChris Hanson <org/chris-hanson/cph>
Mon, 16 Apr 2018 02:16:56 +0000 (19:16 -0700)
commit817cbe3dca39a1452a23e06620f73ebd5583c6d5
tree2358241c284e50b16d6e94ce252209a4b555f9bd
parentdabc5b302ebbc07ea9d116095550634eb515c74b
Implement scode-procedure-arity so that it can be run during cold load.

The lack of this prevented the cold load from running correctly when using
interpreted code, since it depended on a complex scode lambda implementation
that was loaded much later.
src/runtime/procedure.scm
src/runtime/runtime.pkg