Skip to content
  • hatchond's avatar
    commit Christian Lynbech patch: · 0b992080
    hatchond authored
    CMUCL seems to have tighten the handling of certain things so this
    patch will do three necessary things:
    
    - in system.lisp (compile-theme) remove path from :output-file name as
      this includes path specs from the input file.
    
    - in wm.lisp (menu-3-prcess) removes the &allow-other-keys which CMUCL
      18d chokes on (some previous versions seemed more lax, they also
      accepted (lambda (&rest) ...) which 18d does not but you have gotten
      rid of that).
    
    - in lib/image-reader.lisp (load-ppm) changes function to use two
      streams as there are many things you cannot do on a non-character
      string including calling `unread-char'.
    0b992080