ecl/contrib/asdf/specials.lisp
2012-10-12 21:28:34 +02:00

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")