The following minimal changes have been made in this batch of files for use with Lispworks Personal Edition.

The Loom files do not know about the latest fasl formats, hence, so
many additional conditionalisations now added to the Loom
set up file: filename-extensions.lisp

For KPML:

The following stops an error being thrown when a new lexeme is created on the fly...

In: KPML-INSTALLATION.lisp

;;; LW-PE
;;; the following is introduced here for LW Personal Edition
;;; (at least) because the existing value of this variable
;;; NIL is no longer compatible with the required type,
;;; which is a path. 

(setf kpml::*currently-used-file* (pathname "/tmp/junk")) 


