chiark / gitweb /
Renamed VECTOR-NULL to NULL-TERMINATED-VECTOR
[clg] / glib / gboxed.lisp
index 2ab6ea2618fbcbef0efb5860a0296064a251f52b..ceae18fcb21d9883198d94731bb8d082a543244c 100644 (file)
@@ -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
 
-;; $Id: gboxed.lisp,v 1.15 2005-02-09 22:59:03 espen Exp $
+;; $Id: gboxed.lisp,v 1.16 2005-02-14 00:44:26 espen Exp $
 
 (in-package "GLIB")
 
@@ -112,7 +112,7 @@ (register-derivable-type 'boxed "GBoxed" 'expand-boxed-type)
 
 
 
-;;;; Zero terminated vector of strings
+;;;; NULL terminated vector of strings
 
-(deftype strings () '(vector-null string))
+(deftype strings () '(null-terminated-vector string))
 (register-type 'strings "GStrv")