]> andersk Git - splint.git/blobdiff - src/cstringList.c
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / cstringList.c
index 5ab49954014678dec53be4cb031add509bb0928f..ac2ec0ea46ec477dafbd9d4d123f5cd951ecdae0 100644 (file)
@@ -349,12 +349,14 @@ cstringList_get (cstringList s, int index)
   return s->elements[index];
 }
 
-ob_mstring *
+ob_cstring *
 cstringList_getElements (cstringList s)
 {
   if (cstringList_isDefined (s))
     {
-      /*@i423@*/ return s->elements;
+      /*@-compmempass@*/
+      return s->elements;
+      /*@=compmempass@*/ /* This is exposed */
     }
   else
     {
This page took 0.051146 seconds and 4 git commands to generate.