From: Nicholas Nethercote Date: Tue, 26 Oct 2004 13:00:12 +0000 (+0000) Subject: Code formatting changes only. X-Git-Tag: svn/VALGRIND_3_0_0~1446 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02549cec80e7ab75da9e061e706f626f9c209b11;p=thirdparty%2Fvalgrind.git Code formatting changes only. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2850 --- diff --git a/include/valgrind.h.in b/include/valgrind.h.in index 03fdb7f8d3..52d024b67e 100644 --- a/include/valgrind.h.in +++ b/include/valgrind.h.in @@ -129,18 +129,14 @@ from the compiled code (analogous to NDEBUG's effects on assert()) */ #define VALGRIND_MAGIC_SEQUENCE( \ - _zzq_rlval, /* result lvalue */ \ - _zzq_default, /* result returned when running on real CPU */ \ - _zzq_request, /* request code */ \ - _zzq_arg1, /* request first param */ \ - _zzq_arg2, /* request second param */ \ - _zzq_arg3, /* request third param */ \ - _zzq_arg4 /* request fourth param */ ) \ + _zzq_rlval, _zzq_default, _zzq_request, \ + _zzq_arg1, _zzq_arg2, _zzq_arg3, _zzq_arg4) \ { \ (_zzq_rlval) = (_zzq_default); \ } #endif /* NVALGRIND */ + /* Some request codes. There are many more of these, but most are not exposed to end-user view. These are the public ones, all of the form 0x1000 + small_number.