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