Skip to content

Commit

Permalink
Remove spurious warning with ECL
Browse files Browse the repository at this point in the history
closes #36
  • Loading branch information
3b committed Mar 6, 2013
1 parent d76af8c commit b8d1fe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gl/bindings.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@
#+clisp (pushnew 'reset-gl-pointers custom:*fini-hooks*)
#+sbcl (pushnew 'reset-gl-pointers sb-ext:*save-hooks*)
#+cmu (pushnew 'reset-gl-pointers ext:*before-save-initializations*)
#-(or clisp sbcl cmu)
;; ECL does not need this since it does not save images
#-(or clisp sbcl cmu ecl)
(warn "Don't know how to setup a hook before saving cores on this Lisp."))

;;;; Bart's version of DEFGLEXTFUN.
Expand Down

0 comments on commit b8d1fe0

Please sign in to comment.