Move VG_BUGS_TO to pub_tool_basics.h so that Nulgrind need not import

pub_tool_libcassert.h.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6231
This commit is contained in:
Nicholas Nethercote
2006-10-14 23:26:21 +00:00
parent 0f3600bb0f
commit 8dcab83d89
3 changed files with 3 additions and 4 deletions

View File

@@ -31,9 +31,6 @@
#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, \