frontend.lisp: Hack around CLisp's bizarreness.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 22 May 2011 14:07:33 +0000 (15:07 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 22 May 2011 14:33:48 +0000 (15:33 +0100)
commitafb5d9e651733a0e7aacf42f892422931041f637
tree1998cd6bd0d3d2442003f17ee34e8be855b83e98
parent9ca64249fe58fbb5ba7ca621fa61b390331d7b39
frontend.lisp: Hack around CLisp's bizarreness.

Annoyingly, CLisp's PROBE-FILE signals an error if you give it a
directory name.  Bodge around this.  I pinched the basic idea from
the CL-FAD package, by Peter Seibel and Edi Weitz.
frontend.lisp