From: Nicholas Nethercote Date: Mon, 25 Oct 2004 19:33:26 +0000 (+0000) Subject: tweak X-Git-Tag: svn/VALGRIND_3_0_0~1458 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7627b3fcbe1ccd0049fbd41d56fd59a968166d89;p=thirdparty%2Fvalgrind.git tweak git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2838 --- diff --git a/include/valgrind.h.in b/include/valgrind.h.in index d7f57d76b0..2b9ae200d7 100644 --- a/include/valgrind.h.in +++ b/include/valgrind.h.in @@ -61,7 +61,8 @@ #include -#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.