[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

request for binary extension



In PCL, could you please add the following line to defsys.lisp, to
support Lucid on HP machines? Thanks.

------------------------------------------------------------------------------
(defvar *pathname-extensions*
   ...
   #+(and Lucid PA)    ("lisp"  . "hbin")
    
   ...)