mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-11 22:08:14 +00:00
Move NULL from tool.h into basic_types.h.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3884
This commit is contained in:
@@ -61,6 +61,9 @@ typedef Word OffT; // 32 64
|
||||
/* This is going to be either 4 or 8. */
|
||||
#define VG_WORDSIZE VEX_HOST_WORDSIZE
|
||||
|
||||
#if !defined(NULL)
|
||||
# define NULL ((void*)0)
|
||||
#endif
|
||||
|
||||
/* ---------------------------------------------------------------------
|
||||
non-builtin types
|
||||
|
||||
Reference in New Issue
Block a user