|
|
1.1 root 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:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.