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

#+IBCL or #+KCL



in (defvar *pcl-system-date* "2/7/88  Febuary 7th 1988")
Defsys.lisp contains:

  #+IBCL
  (push 'kcl *features*)

I found that to make PCL in KCL i need to add:

#+kcl
(push 'IBCL *features*)

also to get the #+IBCL in walk.lisp to work.  Can we make things
more consistant by saying somthing like #+(or kcl ibcl) where appropriate?

k