]> git.draconx.ca Git - cdecl99.git/commit
Abort on "impossible" condition.
authorNick Bowler <nbowler@draconx.ca>
Sun, 11 Sep 2011 23:27:44 +0000 (19:27 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sun, 11 Sep 2011 23:27:44 +0000 (19:27 -0400)
commit9c74709264a831cc13e8295579f4188b3c62b3e5
tree313af23a241e809c191169ef23752fc5d06aad4b
parentc916345f9c09c713d714d77785366d3c3e2df1d7
Abort on "impossible" condition.

A corrupt or otherwise invalid cdecl structure could make the
explain_prologue function fail to return a value.  Add an assertion to
catch that.
src/explain.c