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:
58d925a
)
Register integer as alias for foreign type int.
author
espen
<espen>
Sun, 3 Apr 2005 17:14:38 +0000
(17:14 +0000)
committer
espen
<espen>
Sun, 3 Apr 2005 17:14:38 +0000
(17:14 +0000)
glib/gtype.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/gtype.lisp
b/glib/gtype.lisp
index 8c4334778798f6a39d091904f6218c593040a91c..19fbdaf5f0eae740409c9091afd02ef2e4b8786c 100644
(file)
--- a/
glib/gtype.lisp
+++ b/
glib/gtype.lisp
@@
-15,7
+15,7
@@
;; 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: gtype.lisp,v 1.3
0 2005-03-12 19:38:12
espen Exp $
+;; $Id: gtype.lisp,v 1.3
1 2005-04-03 17:14:38
espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-301,6
+301,7
@@
(register-type 'char "gchar")
(register-type 'unsigned-char "guchar")
(register-type 'boolean "gboolean")
(register-type 'int "gint")
(register-type 'unsigned-char "guchar")
(register-type 'boolean "gboolean")
(register-type 'int "gint")
+(register-type-alias 'integer 'int)
(register-type-alias 'fixnum 'int)
(register-type 'unsigned-int "guint")
(register-type 'long "glong")
(register-type-alias 'fixnum 'int)
(register-type 'unsigned-int "guint")
(register-type 'long "glong")