K 10 svn:author V 2 ed K 8 svn:date V 27 2011-01-09T21:39:46.781951Z K 7 svn:log V 255 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 END