]> andersk Git - splint.git/blobdiff - src/Headers/ctypeList.h
Committed to enable merge.
[splint.git] / src / Headers / ctypeList.h
index 7c3fecce2007ce2d9545c0f238699885cb6937fb..55823b72e0ed60e975ece66fff55fc4eefc3bc41 100644 (file)
 ** (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.053184 seconds and 4 git commands to generate.