#include <sys/socket.h>
#include <netinet/in.h>
-
-/* For VG_CLO_DEFAULT_LOGPORT and VG_BUGS_TO. */
#include "core.h"
-#include "pub_core_options.h"
+#include "pub_core_libcassert.h" // For VG_BUGS_TO
+#include "pub_core_options.h" // For VG_CLO_DEFAULT_LOGPORT
/*---------------------------------------------------------------*/
*/
#include "tool.h"
+#include "pub_tool_libcassert.h"
#include "pub_tool_tooliface.h"
static void cc_post_clo_init(void)
}
SysRes;
-/* ---------------------------------------------------------------------
- Where to send bug reports to.
- ------------------------------------------------------------------ */
-
-#define VG_BUGS_TO "www.valgrind.org"
-
-
#endif /* __BASIC_TYPES_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 "tool.h"
+#include "pub_tool_libcassert.h"
#include "pub_tool_tooliface.h"
static void nl_post_clo_init(void)