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:
22fc11d
)
Small bug fix
author
espen
<espen>
Wed, 26 Apr 2006 10:29:01 +0000
(10:29 +0000)
committer
espen
<espen>
Wed, 26 Apr 2006 10:29:01 +0000
(10:29 +0000)
glib/gtype.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/gtype.lisp
b/glib/gtype.lisp
index 2ad9498e3242c32139bf3d322a44f7fe0f70462f..5eea0616a6ee088b35cad126698c49da10f6e4b8 100644
(file)
--- a/
glib/gtype.lisp
+++ b/
glib/gtype.lisp
@@
-20,7
+20,7
@@
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-;; $Id: gtype.lisp,v 1.5
2 2006-04-25 22:10:37
espen Exp $
+;; $Id: gtype.lisp,v 1.5
3 2006-04-26 10:29:01
espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-614,7
+614,7
@@
(defmacro define-types-by-introspection (prefix &rest args)
(expand-type-definitions prefix args))
(defexport define-types-by-introspection (prefix &rest args)
(expand-type-definitions prefix args))
(defexport define-types-by-introspection (prefix &rest args)
- (list-autoexported-symbols (expand-type-definitions prefix args)))
)
+ (list-autoexported-symbols (expand-type-definitions prefix args)))
;;;; Initialize all non static types in GObject
;;;; Initialize all non static types in GObject