mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 06:12:25 -08:00
8 lines
215 B
Common Lisp
8 lines
215 B
Common Lisp
;;; -*- Mode: Lisp ; Syntax: ANSI-Common-Lisp -*-
|
|
|
|
#+xcvb (module ())
|
|
|
|
(in-package :asdf)
|
|
|
|
(defparameter *fasl-type* (pathname-type (compile-file-pathname "foo.lisp"))
|
|
"pathname TYPE for lisp FASt Loading files")
|