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:
b77fe85
)
Added DEFCALLBACK to list of exported symbols
author
espen
<espen>
Wed, 29 Dec 2004 21:06:22 +0000
(21:06 +0000)
committer
espen
<espen>
Wed, 29 Dec 2004 21:06:22 +0000
(21:06 +0000)
glib/defpackage.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/defpackage.lisp
b/glib/defpackage.lisp
index 777afa5ee9b87a66ce76d1566a3a995f37e9db29..3829b4054dd03acea35157b9df8e229cef797e24 100644
(file)
--- a/
glib/defpackage.lisp
+++ b/
glib/defpackage.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: defpackage.lisp,v 1.
3 2004/12/26 11:45:07
espen Exp $
+;; $Id: defpackage.lisp,v 1.
4 2004/12/29 21:06:22
espen Exp $
;(export 'kernel::type-expand-1 "KERNEL")
;(export 'kernel::type-expand-1 "KERNEL")
@@
-31,7
+31,7
@@
(defpackage "GLIB"
"TRANSLATE-FROM-ALIEN" "CLEANUP-ALIEN" "UNREFERENCE-ALIEN"
"SIZE-OF" "UNBOUND-VALUE")
(:export "DEFBINDING" "DEFINE-FOREIGN" "MKBINDING" "USE-PREFIX"
"TRANSLATE-FROM-ALIEN" "CLEANUP-ALIEN" "UNREFERENCE-ALIEN"
"SIZE-OF" "UNBOUND-VALUE")
(:export "DEFBINDING" "DEFINE-FOREIGN" "MKBINDING" "USE-PREFIX"
- "PACKAGE-PREFIX")
+ "PACKAGE-PREFIX"
"DEFCALLBACK"
)
(:export "LONG" "UNSIGNED-LONG" "INT" "UNSIGNED-INT" "SHORT" "UNSIGNED-SHORT"
"SIGNED" "UNSIGNED" "CHAR" "POINTER")
(:export "INTERN-ARGUMENT-TRANSLATOR" "INTERN-RETURN-VALUE-TRANSLATOR"
(:export "LONG" "UNSIGNED-LONG" "INT" "UNSIGNED-INT" "SHORT" "UNSIGNED-SHORT"
"SIGNED" "UNSIGNED" "CHAR" "POINTER")
(:export "INTERN-ARGUMENT-TRANSLATOR" "INTERN-RETURN-VALUE-TRANSLATOR"