]> andersk Git - splint.git/blobdiff - src/Headers/ctypeList.h
Added va_copy to standard.h.
[splint.git] / src / Headers / ctypeList.h
index 7c3fecce2007ce2d9545c0f238699885cb6937fb..d7e66ecc557f60aefd5334f3ccb3739bd0db8e09 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
+** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
 ** See ../LICENSE for license information.
 **
 */
 ** (that is, not void, so any number of arguments is okay.)
 */
 
-abst_typedef /*@null@*/ struct
+struct s_ctypeList
 {
   int nelements;
   int nspace;
   /*@reldef@*/ /*@relnull@*/ ctype  *elements;
-} *ctypeList ;
+} ;
 
 extern int ctypeList_size (/*@sef@*/ ctypeList p_s) /*@*/ ;
 # define ctypeList_size(s)  (ctypeList_isDefined(s) ? (s)->nelements : 0)   
This page took 0.84637 seconds and 4 git commands to generate.