]> andersk Git - splint.git/blobdiff - src/Headers/exprNode.h
*** empty log message ***
[splint.git] / src / Headers / exprNode.h
index 354538c0c9c4bf4f318fc970f546941336d307e6..106d96e60a703ac6574e3c82aff95c79832f5260 100644 (file)
@@ -161,8 +161,12 @@ struct s_exprNode
   cstring etext;
   /*@notnull@*/   constraintList requiresConstraints;
   /*@notnull@*/ constraintList ensuresConstraints;
-  //these two are used only for boolean expressions
-  //they store the ensures constraints for the true and false cases
+  
+  /*
+  ** These two are used only for boolean expressions, 
+  ** they store the ensures constraints for the true and false cases
+  */
+
   /*@notnull@*/ constraintList trueEnsuresConstraints;
   /*@notnull@*/ constraintList falseEnsuresConstraints;
 } ;
@@ -373,16 +377,10 @@ extern /*@only@*/ exprNode exprNode_combineLiterals (/*@only@*/ exprNode p_e, /*
 
 extern /*@only@*/ fileloc exprNode_getNextSequencePoint (exprNode p_e) ;
 
-/*drl 09-08-2000 */
-// Commenting out because this seems to conflict with Dave Evans version
-//exprNode exprNode_fakeCopy (@returned@ exprNode p_e);
-
 /*drl 01-20-2001*/
 exprNode exprNode_createNew(ctype p_c);
 
-
 /* drl 07-25-01 */
-
 bool exprNode_isInitBlock (exprNode p_e);
 
 # else
This page took 0.035698 seconds and 4 git commands to generate.