chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b53669e
)
pointer is now initialized as an alien type
author
espen
<espen>
Mon, 4 Sep 2000 22:14:54 +0000
(22:14 +0000)
committer
espen
<espen>
Mon, 4 Sep 2000 22:14:54 +0000
(22:14 +0000)
gtk/gtkobject.lisp
patch
|
blob
|
blame
|
history
diff --git
a/gtk/gtkobject.lisp
b/gtk/gtkobject.lisp
index 7705de9934409b4a5c6076758b68d6c8d04673de..8bbd5e61ee6d05c7170c99738a2437738e82775b 100644
(file)
--- a/
gtk/gtkobject.lisp
+++ b/
gtk/gtkobject.lisp
@@
-15,11
+15,17
@@
;; License along with this library; if not, write to the Free Software
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
;; License along with this library; if not, write to the Free Software
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-;; $Id: gtkobject.lisp,v 1.
5 2000/08/23 21:41:10
espen Exp $
+;; $Id: gtkobject.lisp,v 1.
6 2000/09/04 22:14:54
espen Exp $
(in-package "GTK")
(in-package "GTK")
+
+;;;; Initializing
+
+(setf (alien-type-name 'pointer) "gpointer")
+
+
;;;; Misc utils
(defun name-to-string (name)
;;;; Misc utils
(defun name-to-string (name)