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:
985dbae
)
Make file usable with LOAD.
author
Olof-Joachim Frahm
<olof@macrolet.net>
Sun, 26 Aug 2012 15:23:18 +0000
(17:23 +0200)
committer
Olof-Joachim Frahm
<olof@macrolet.net>
Sun, 26 Aug 2012 15:23:18 +0000
(17:23 +0200)
glib/gobject.type-info.lisp
patch
|
blob
|
history
diff --git
a/glib/gobject.type-info.lisp
b/glib/gobject.type-info.lisp
index
9d5fa1a
..
1a7a8e5
100644
(file)
--- a/
glib/gobject.type-info.lisp
+++ b/
glib/gobject.type-info.lisp
@@
-2,7
+2,7
@@
(defctype g-type gsize)
-(eval-when (:load-toplevel :compile-toplevel)
+(eval-when (:compile-toplevel :load-toplevel :execute)
(defun gtype-make-fundamental-type (x)
(ash x 2)))