projects
/
cl-gtk2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
742b919
)
Add support for saving images with Clozure
author
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Sun, 4 Oct 2009 20:31:24 +0000
(
00:31
+0400)
committer
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Sun, 4 Oct 2009 20:31:24 +0000
(
00:31
+0400)
glib/glib.lisp
patch
|
blob
|
history
diff --git
a/glib/glib.lisp
b/glib/glib.lisp
index
1ee33f6
..
13f3dfe
100755
(executable)
--- a/
glib/glib.lisp
+++ b/
glib/glib.lisp
@@
-56,9
+56,13
@@
#+sbcl
(pushnew 'run-initializers sb-ext:*init-hooks*)
+#+openmcl
+(pushnew 'run-initializers ccl:*restore-lisp-functions*)
#+sbcl
(pushnew 'run-finalizers sb-ext:*save-hooks*)
+#+openmcl
+(pushnew 'run-finalizers ccl:*save-exit-functions*)
(defmacro at-init ((&rest keys) &body body)
"