1234567891011121314151617 |
- %
- % FASL.BUILD - Files used for Fasl in the interpreter
- %
- % Author: Eric Benson
- % Symbolic Computation Group
- % Computer Science Dept.
- % University of Utah
- % Date: 19 May 1982
- % Copyright (c) 1982 University of Utah
- %
- PathIn "system-faslout.red"$
- PathIn "system-faslin.red"$
- PathIn "faslin.red"$
- PathIn "load.red"$ % Standard module FASL loader
- PathIn "autoload.red"$ % stubs to load modules
|