[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Replacement for "assert" in the libraries

From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: Thu, 19 Jun 2008 21:48:31 +0200

2008-06-18 19:55:17 David Glasser napisaƂ(a):
> (And sure, you can compile out assert()s normally too, but not
> abort()s.)

<snip>
#define abort()

int main()
{
        abort();
        return 0;
}
</snip>

-- 
Arfrever Frehtes Taifersar Arahesis

Received on 2008-06-19 21:52:32 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.