]> andersk Git - splint.git/blobdiff - src/Headers/exprNode.h
Changes to fix malloc size problem.
[splint.git] / src / Headers / exprNode.h
index 12ae15aec19d1def0428de286241ac1640bc47ab..eec7b7763f378d3459f81f53b4ff36e9a0cb6853 100644 (file)
@@ -160,7 +160,7 @@ struct s_exprNode
   fileloc loc;
   /*@relnull@*/ exprData edata;
   cstring etext;
-  /*@notnull@*/   constraintList requiresConstraints;
+  /*@notnull@*/ constraintList requiresConstraints;
   /*@notnull@*/ constraintList ensuresConstraints;
   
   /*
This page took 0.269416 seconds and 4 git commands to generate.