]> andersk Git - splint.git/blobdiff - src/idDecl.c
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / idDecl.c
index 4c0429c0dca2aacda4d7b86b934107b69646adb2..d60e65e939d8aab5435714fbd429a828bff52c06 100644 (file)
@@ -51,7 +51,7 @@ idDecl_free (idDecl t)
 {
   if (idDecl_isDefined (t))
     {
-      /*@i523 functionClauseList_free (t->clauses); */ /* evans 2002-01-03: splint catches this now! */
+      /* don't: functionClauseList_free (t->clauses); */ /* evans 2002-01-03: splint catches this now! */
       qtype_free (t->typ);
       cstring_free (t->id);
 
This page took 0.033134 seconds and 4 git commands to generate.