]> andersk Git - splint.git/blobdiff - src/abstract.c
Renaming - LCLint => Splint
[splint.git] / src / abstract.c
index 4f8de3070a3959ecfeb61aa4ff36ff2ea37833d8..af049335ab2acf2ec526a412370b7e07a3caf9c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** LCLint - annotation-assisted static program checker
+** Splint - annotation-assisted static program checker
 ** Copyright (C) 1994-2001 University of Virginia,
 **         Massachusetts Institute of Technology
 **
@@ -19,7 +19,7 @@
 **
 ** For information on lclint: lclint-request@cs.virginia.edu
 ** To report a bug: lclint-bug@cs.virginia.edu
-** For more information: http://lclint.cs.virginia.edu
+** For more information: http://www.splint.org
 */
 /*
 ** abstract.c
@@ -4499,7 +4499,7 @@ printTermNode2 (/*@null@*/ opFormNode op, termNodeList args, sort sort)
              }
 
            s = message ("%q%s", s, sortText);
-           break; /*** <<<--- bug detected by LCLint ***/
+           break; 
          }
        case OPF_MMIDDLE:
          {
This page took 0.031296 seconds and 4 git commands to generate.