Start development on 386BSD 0.0
[unix-history] / .ref-BSD-4_3_Net_2 / usr / src / usr.bin / lisp / pearl / pearlsmall.l
CommitLineData
7129096e
C
1;;;;;;;;;;;;;;;;;;;;;;;;;;; pearlsmall.l ;;;;;;;;;;;;;;;;;;;;;;;;;;
2; This file loads the two halves of PEARL when it is compiled in
3; two pieces on a machine with small memory and/or tempfile space.
4;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
5; Copyright (c) 1983 , The Regents of the University of California.
6; All rights reserved.
7; Authors: Joseph Faletti and Michael Deering.
8
9(eval-when (load)
10 (fasl 'pearlbase.o)
11 (fasl 'pearlbulk.o))
12
13; vi: set lisp: