]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
tweak
authorNicholas Nethercote <n.nethercote@gmail.com>
Mon, 25 Oct 2004 19:33:26 +0000 (19:33 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Mon, 25 Oct 2004 19:33:26 +0000 (19:33 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2838

include/valgrind.h.in

index d7f57d76b07c5e3e32d6a8c5b8e8b2b9308be36a..2b9ae200d72eaee482f876bec29ea63313f8d411 100644 (file)
@@ -61,7 +61,8 @@
 
 #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.