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

first patch



Here is the first patch to the new beta test PCL.

This is in the file patch1.text in the /pcl/alpha directory.

;from low.lisp

Towards the end of the file, there are a number of definitions related
to templated functions.  These are all commented out by being enclosed
in #| ...  |#.

Replace that entire commented out definition with the following:

(defmacro precompile-random-code-segments (&optional system)
  `(progn
     (precompile-function-generators ,system)
     (precompile-dfun-constructors ,system)))
-------