Edit

IABSD.fr/ports/lang/sbcl/files

Branch :

  • Show log

    Commit

  • Author : semarie
    Date : 2024-04-08 15:32:45
    Hash : dbc13c40
    Message : update lang/sbcl to 2.4.3

  • ecl-nodebugger.lisp
  • ;; define a debugger hook which exit early
    (setf *debugger-hook*
          (lambda (c fun)
            (princ c)
            (si::tpl-backtrace)
            (quit 1)))