]> andersk Git - splint.git/blobdiff - src/clause.c
Added mtgrammar.c.der
[splint.git] / src / clause.c
index 7e7e256e51d745fba675d8b9829f5b28e0d62a4a..3c2beb560b73da2bd9bf1c4b0017db92ad60928a 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ** LCLint - annotation-assisted static program checker
-** Copyright (C) 1994-2000 University of Virginia,
+** Copyright (C) 1994-2001 University of Virginia,
 **         Massachusetts Institute of Technology
 **
 ** This program is free software; you can redistribute it and/or modify it
@@ -73,7 +73,7 @@ clause_nameTaken (clause cl)
     case FALSEEXITCLAUSE: return (cstring_makeLiteralTemp ("in falseexit"));
     }
 
-  BADBRANCH;
+  BADBRANCHRET (cstring_undefined);
 }
 
 cstring
@@ -97,7 +97,7 @@ clause_nameAlternate (clause cl)
     case FALSEEXITCLAUSE: return (cstring_makeLiteralTemp ("in falseexit"));
     }
 
-  BADBRANCH;
+  BADBRANCHRET (cstring_undefined);
 }
 
 cstring clause_nameFlip (clause cl, bool flip)
This page took 0.073381 seconds and 4 git commands to generate.