]> andersk Git - splint.git/blobdiff - src/mtDeclarationNode.c
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / mtDeclarationNode.c
index e9cecbf68f2542fc6224319a01a0f3e1839c80aa..a90270b53cb0bd3fa361b643a973438d114cfbb7 100644 (file)
@@ -86,7 +86,7 @@ extern void mtDeclarationNode_process (mtDeclarationNode node, bool isglobal)
       mvals = mtValuesNode_getValues (mtv);
     }
 
-  /*@-usedef@*/ /*@i34 splint should figure this out... */
+  /*@-usedef@*/ /* splint should figure this out... */
   nvalues = cstringList_size (mvals);
   /*@=usedef@*/
 
@@ -492,7 +492,7 @@ extern void mtDeclarationNode_process (mtDeclarationNode node, bool isglobal)
            {
              for (j = low2index; j <= high2index; j++)
                {
-                 /*@i32 check for multiple definitions! */
+                 /* Need to add checks for multiple definitions! */
                  
                  if (mtTransferAction_isError (taction))
                    {
This page took 0.038625 seconds and 4 git commands to generate.