]> andersk Git - splint.git/blobdiff - src/mtDeclarationNode.c
Renamed lclintMacros.nf splintMacros.nf
[splint.git] / src / mtDeclarationNode.c
index bc3a1defc39a3320bac1c94579532dce70a95748..b07f3e65d40fbd9b9dc6412373f5495bf0b91540 100644 (file)
 ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 ** MA 02111-1307, USA.
 **
-** For information on lclint: lclint-request@cs.virginia.edu
-** To report a bug: lclint-bug@cs.virginia.edu
+** For information on splint: splint@cs.virginia.edu
+** To report a bug: splint-bug@cs.virginia.edu
 ** For more information: http://www.splint.org
 */
 /*
 ** mtDeclarationNode.c
 */
 
-# include "lclintMacros.nf"
+# include "splintMacros.nf"
 # include "basic.h"
 
 extern mtDeclarationNode mtDeclarationNode_create (mttok name, mtDeclarationPieces pieces) /*@*/ 
@@ -86,7 +86,7 @@ extern void mtDeclarationNode_process (mtDeclarationNode node, bool isglobal)
       mvals = mtValuesNode_getValues (mtv);
     }
 
-  /*@-usedef@*/ /*@i34 lclint should figure this out... */
+  /*@-usedef@*/ /*@i34 splint should figure this out... */
   nvalues = cstringList_size (mvals);
   /*@=usedef@*/
 
This page took 0.032885 seconds and 4 git commands to generate.