mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-08 21:09:49 +00:00
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:
@@ -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, \
|
||||
|
||||
Reference in New Issue
Block a user