First batch of changes to run scheme:
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 6 Nov 1989 17:31:23 +0000 (17:31 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 6 Nov 1989 17:31:23 +0000 (17:31 +0000)
commit0426e1615728201d00bc4b4280e0b9aa659d3bea
tree076717612b041cea198f9ca80b57621f390a7e3b
parentec1d5a736bf8f418338275931663ec756c6dd99a
First batch of changes to run scheme:

- Fix syntax problems.

- The trampoline arity table was accessed incorrectly.  The incorrect
index was being computed.

- open_gap had an off-by-one error: The procedure is not on the stack,
so it does not need to be moved.
v7/src/microcode/cmpint.c
v8/src/microcode/cmpint.c