]> andersk Git - splint.git/blobdiff - src/mtDeclarationPiece.c
Fixed all /*@i...@*/ tags (except 1).
[splint.git] / src / mtDeclarationPiece.c
index fa104ab5185e17955650879770a49682d98989f5..3f2da7f97e6a1ff70d0fbcc7fa10f223a7ced7ac 100644 (file)
@@ -36,7 +36,7 @@ mtDeclarationPiece_create (mtPieceKind kind, /*@null@*/ /*@only@*/ void *node)
   res->kind = kind;
   res->node = node;
 
-  /*@i32@*/ return res;
+  return res;
 }
 
 extern mtDeclarationPiece mtDeclarationPiece_createContext (mtContextNode node) /*@*/ 
This page took 0.432662 seconds and 4 git commands to generate.