X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/028230a4017e67c2de99d101f97b7c2e1f21e2a8..8fd556fb32e6886724d72e99270d429554f28ea6:/src/constraintResolve.c diff --git a/src/constraintResolve.c b/src/constraintResolve.c index fc9f964..1616acf 100644 --- a/src/constraintResolve.c +++ b/src/constraintResolve.c @@ -505,7 +505,7 @@ static /*@only@*/ constraint doResolve (/*@only@*/ constraint c, constraintList } constraint_free(c); - /*drl bee: pbr*/ *resolved = TRUE; + *resolved = TRUE; return NULL; } @@ -520,7 +520,7 @@ static /*@only@*/ constraint doResolveOr (/*@observer@*/ /*@temp@*/ constraint c - /*drl bee: pbr*/ *resolved = FALSE; + *resolved = FALSE; llassert(constraint_isDefined(c) ); @@ -557,7 +557,7 @@ static /*@only@*/ constraint doResolveOr (/*@observer@*/ /*@temp@*/ constraint c curr = doResolve (curr, post1, resolved); - /*drl bee: pbr*/ if (*resolved) + if (*resolved) { /* curr is null so we don't try to free it*/ llassert(curr == NULL);