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:
6ac8e80
)
Fixed a typing error
author
espen
<espen>
Thu, 17 Aug 2000 22:43:02 +0000
(22:43 +0000)
committer
espen
<espen>
Thu, 17 Aug 2000 22:43:02 +0000
(22:43 +0000)
glib/glib-export.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/glib-export.lisp
b/glib/glib-export.lisp
index dce6309c992c65853d0d048bba5602ae973cf075..d197ca58ba06e38e32a45ce57d88215d77278401 100644
(file)
--- a/
glib/glib-export.lisp
+++ b/
glib/glib-export.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: glib-export.lisp,v 1.
1 2000-08-14 16:44:30
espen Exp $
+;; $Id: glib-export.lisp,v 1.
2 2000-08-17 22:43:02
espen Exp $
;;; Autogenerating exported symbols
;;; Autogenerating exported symbols
@@
-35,7
+35,7
@@
(defexport deftype (name &rest args)
name
(first name)))
name
(first name)))
- (defexport define-type-method-fun
c
(name lambda-list)
+ (defexport define-type-method-fun (name lambda-list)
(declare (ignore lambda-list))
name))
(declare (ignore lambda-list))
name))