Paolo Bonzini wrote:
> +#include <assert.h>
> +       assert (have_version);

No assert please. The code which is used by end users should have the same
safety built-in than code used by developers. I therefore much prefer code
that always verifies the assertions and calls abort() (optionally with an
error message to stderr, if you like) if the assertion is not fulfilled.

Bruno


Reply via email to