]> andersk Git - splint.git/blobdiff - src/Headers/cstringTable.h
Fixed problem with assertion checking for negative shifts in
[splint.git] / src / Headers / cstringTable.h
index 0f798c69f4f5c12d9649d34747c41c98800651a2..ea3ddf1a559b803bb878135e825ddabc95e708dc 100644 (file)
@@ -39,7 +39,7 @@ typedef /*@only@*/ hbucket o_hbucket;
 
 struct s_cstringTable
 {
-  int size;
+  unsigned long size;
   int nentries;
   /*@only@*/ o_hbucket *buckets;
 } ;
This page took 0.032247 seconds and 4 git commands to generate.