pub_tool_libcassert.h.
MERGED FROM TRUNK
git-svn-id: svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_2_BRANCH@6328
#define VG_STRINGIFZ(__str) #__str
#define VG_STRINGIFY(__str) VG_STRINGIFZ(__str)
+// Where to send bug reports to.
+#define VG_BUGS_TO "www.valgrind.org"
+
#endif /* __PUB_TOOL_BASICS_H */
/*--------------------------------------------------------------------*/
#ifndef __PUB_TOOL_LIBCBASSERT_H
#define __PUB_TOOL_LIBCBASSERT_H
-// Where to send bug reports to.
-#define VG_BUGS_TO "www.valgrind.org"
-
#define tl_assert(expr) \
((void) ((expr) ? 0 : \
(VG_(assert_fail) (/*isCore?*/False, #expr, \
*/
#include "pub_tool_basics.h"
-#include "pub_tool_libcassert.h"
#include "pub_tool_tooliface.h"
static void nl_post_clo_init(void)