Skip to content
Snippets Groups Projects
Commit c03a48f8 authored by lhealy's avatar lhealy Committed by Liam Healy
Browse files

Following Nikodemus's advice, use the symbol rather than the

function when pushing onto *post-hooks*; closes #3.


git-svn-id: svn+ssh://common-lisp.net/project/gsll/svn/trunk@33 af03a46b-e846-0410-96e5-d5653c316fd0
parent 1e5f800f
No related branches found
No related tags found
No related merge requests found
;; GSL errors
;; Liam Healy Sat Mar 4 2006 - 18:33
;; Time-stamp: <2008-03-03 22:06:11EST conditions.lisp>
;; Time-stamp: <2008-03-08 12:39:50EST conditions.lisp>
;; $Id$
(in-package :gsl)
......@@ -101,8 +101,7 @@
;;; This insures that conditions will be signalled if GSLL is dumped
;;; in save-lisp-and-die.
#+sbcl
(push #'establish-handler sb-ext:*init-hooks*)
#+sbcl (push 'establish-handler sb-ext:*init-hooks*)
(defmacro gsl-errorno-sm (keyword)
`(define-symbol-macro
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment