contrib/operatingsystem: Add chdir/mkdir for ABCL.
[maxima.git] / share / sym / load-sym-lisp-files.lisp
blob13649ecf4b79fe4ade416058b1afbbc102f212ac
1 ;; Load all Lisp files within WITH-COMPILATION-UNIT macro.
2 ;; This quiets the undefined function warnings from SBCL
3 ;; which are otherwise very voluminous (and this construct
4 ;; is accepted by other CL implementations).
6 (with-compilation-unit nil
7 ($load "macros")
8 ($load "operations")
9 ($load "chbase")
10 ($load "util")
11 ($load "lecteur")
12 ($load "ecrivain")
13 ($operation)
14 ($load "arite")
15 ($load "elem")
16 ($load "pui")
17 ($load "schur")
18 ($load "direct")
19 ($load "kak")
20 ($load "partpol")
21 ($load "multmon")
22 ($load "permut")
23 ($load "treillis")
24 ($load "resolv1")
25 ($load "resolvante")
26 ($load "resolcayley"))