]> andersk Git - splint.git/blobdiff - src/qualList.c
Updated html and word versions of the manual
[splint.git] / src / qualList.c
index 39182b6c6f1e3d7e65c0e33198911d597775c98d..f7039aff6a842384c8fb15b3f5585abb8f9a51e2 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** Splint - annotation-assisted static program checker
-** Copyright (C) 1994-2002 University of Virginia,
+** Copyright (C) 1994-2003 University of Virginia,
 **         Massachusetts Institute of Technology
 **
 ** This program is free software; you can redistribute it and/or modify it
@@ -108,7 +108,6 @@ qualList qualList_appendList (qualList s, qualList t)
   return s;
 }
 
-# ifndef NOLCL
 qualList qualList_copy (qualList s)
 {
   qualList t = qualList_new ();
@@ -120,7 +119,6 @@ qualList qualList_copy (qualList s)
 
   return t;
 }
-# endif
 
 /*@only@*/ cstring
 qualList_unparse (qualList s)
@@ -144,7 +142,6 @@ qualList_unparse (qualList s)
    return st;
 }
 
-# ifndef NOLCL
 /*@only@*/ cstring
 qualList_toCComments (qualList s)
 {
@@ -166,7 +163,6 @@ qualList_toCComments (qualList s)
 
    return st;
 }
-# endif
 
 bool
 qualList_hasAliasQualifier (qualList s)
This page took 0.03679 seconds and 4 git commands to generate.