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:
1cd312d
)
Define types at both compile and run time
author
espen
<espen>
Tue, 29 May 2001 16:56:13 +0000
(16:56 +0000)
committer
espen
<espen>
Tue, 29 May 2001 16:56:13 +0000
(16:56 +0000)
pango/pango.lisp
patch
|
blob
|
blame
|
history
diff --git
a/pango/pango.lisp
b/pango/pango.lisp
index b230e54e0db293f8c5a1df442853e5061f9df269..54bdc9ce4475a4b5b979cfa811cd97a029786b3f 100644
(file)
--- a/
pango/pango.lisp
+++ b/
pango/pango.lisp
@@
-15,13
+15,13
@@
;; 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: pango.lisp,v 1.
1 2001-05-20 23:13:08
espen Exp $
+;; $Id: pango.lisp,v 1.
2 2001-05-29 16:56:13
espen Exp $
(in-package "PANGO")
(eval-when (:compile-toplevel :load-toplevel :execute)
(init-types-in-library
"/opt/gnome/lib/libpango.so"
(in-package "PANGO")
(eval-when (:compile-toplevel :load-toplevel :execute)
(init-types-in-library
"/opt/gnome/lib/libpango.so"
- :ignore ("_pango_fribidi_get_type"))
)
+ :ignore ("_pango_fribidi_get_type"))
-
(define-types-by-introspection "Pango"
)
+
(define-types-by-introspection "Pango")
)