Add VG_ prefix to SKIPLIST_INIT and IS_*_ALIGNED macros. Also pull
IS_PAGE_ALIGNED into tool.h with the others.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3457 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/docs/64-bit-cleanness b/docs/64-bit-cleanness
index 7b73b86..5b45f0c 100644
--- a/docs/64-bit-cleanness
+++ b/docs/64-bit-cleanness
@@ -12,7 +12,7 @@
new_mem_stack_1wd, etc. Also then need to change
make_aligned_word_noaccess() et al (heaps of places)
- also rotateRight16 and all its dependents...
-- all the calls to IS_ALIGNED4_ADDR are 32-bit specific code. Likewise
+- all the calls to VG_IS_ALIGNED4_ADDR are 32-bit specific code. Likewise
with Addrcheck? Not sure. Plus there's one in vg_transtab.c which doesn't
look right.