|
From: Nicholas N. <nj...@ca...> - 2004-10-25 19:33:30
|
CVS commit by nethercote: tweak M +2 -1 valgrind.h.in 1.2 --- valgrind/include/valgrind.h.in #1.1:1.2 @@ -62,5 +62,6 @@ #include <stdarg.h> -#define __@VG_ARCH@__ // Architecture we're installed on +#undef __@VG_ARCH@__ +#define __@VG_ARCH@__ 1 // Architecture we're installed on /* This file is for inclusion into client (your!) code. |