]> andersk Git - splint.git/blobdiff - src/ctype.c
Updating for cert move
[splint.git] / src / ctype.c
index 911c00b0377502353acbd1b28291854b03cd4980..02cd2a5ccb386444c2f2c6141b305b4ea61bcc21 100644 (file)
@@ -2382,7 +2382,7 @@ ctype_widest (ctype c1, ctype c2)
 /* requires that the type is an fixed array */
 /* return the size of the array */
 
-int ctype_getArraySize (ctype c)
+long int ctype_getArraySize (ctype c)
 {
   ctentry cte = ctype_getCtentry (c);
   ctbase ctb;
This page took 0.029691 seconds and 4 git commands to generate.