Fix bug in load/internal by which empty files caused an error in the
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 31 Jan 1990 02:03:13 +0000 (02:03 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 31 Jan 1990 02:03:13 +0000 (02:03 +0000)
commit0901bbb36df7684918e0b96100df974a89ace7ae
tree03e3dfc2dc9ba8c3af57aa3c43dc668f54cdecf2
parentfb31a2037cff81c83615401c3cecec75bead9864
Fix bug in load/internal by which empty files caused an error in the
fasl check.  peek-char returned an eof-object, and char->ascii barfed
on that.

Now, if the file is empty, it is loaded as a source file, whatever
that means.
v7/src/runtime/load.scm
v8/src/runtime/load.scm