ed 0cf1767efc Add missing __dead2 to __assert().
__assert() is called when an assertion fails. After printing an error
message, it will call abort(). abort() never returns, hence it has the
__dead2 attribute. Also add this attribute to __assert().

MFC after:	3 weeks
2011-01-09 21:39:46 +00:00
..
2011-01-09 21:39:46 +00:00
2011-01-06 03:30:16 +00:00
2010-12-20 21:12:18 +00:00