chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
ba25fa4
)
Removed obsolete type definition
author
espen
<espen>
Fri, 4 May 2001 17:00:37 +0000
(17:00 +0000)
committer
espen
<espen>
Fri, 4 May 2001 17:00:37 +0000
(17:00 +0000)
glib/gforeign.lisp
patch
|
blob
|
blame
|
history
diff --git
a/glib/gforeign.lisp
b/glib/gforeign.lisp
index 6ccd0a2fc7cafbce7862ebdee1551ec2db3fef19..3cc5e52687552eabf527e1e1b9a20818004e3387 100644
(file)
--- a/
glib/gforeign.lisp
+++ b/
glib/gforeign.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: gforeign.lisp,v 1.
7 2001/04/30 11:25:25
espen Exp $
+;; $Id: gforeign.lisp,v 1.
8 2001/05/04 17:00:37
espen Exp $
(in-package "GLIB")
(in-package "GLIB")
@@
-401,7
+401,6
@@
(deftype pointer () 'system-area-pointer)
(deftype boolean (&optional (size '*))
(declare (ignore size))
`(member t nil))
(deftype boolean (&optional (size '*))
(declare (ignore size))
`(member t nil))
-(deftype static (type) type)
(deftype invalid () nil)
(defun atomic-type-p (type-spec)
(deftype invalid () nil)
(defun atomic-type-p (type-spec)