|
From: Dirk M. <mu...@kd...> - 2003-12-07 23:21:04
|
CVS commit by mueller:
mark it as extension
M +1 -1 valgrind.h 1.18.2.2
--- valgrind/include/valgrind.h #1.18.2.1:1.18.2.2
@@ -161,5 +161,5 @@ typedef
/* Returns 1 if running on Valgrind, 0 if running on the real CPU.
Currently implemented but untested. */
-#define RUNNING_ON_VALGRIND \
+#define RUNNING_ON_VALGRIND __extension__ \
({unsigned int _qzz_res; \
VALGRIND_MAGIC_SEQUENCE(_qzz_res, 0 /* returned if not */, \
|