On 19.06.2017 19:35, Radim Krčmář wrote: > 2017-06-19 14:21+0200, David Hildenbrand: >> On 19.06.2017 12:44, Thomas Huth wrote: >>> On 19.06.2017 11:15, David Hildenbrand wrote: >>>> @@ -105,6 +105,32 @@ static void test_stap(void) >>>> + report("id.version == 0 || id.version == 0xff)", >>> >>> Superfluous parenthesis -----------------------------^ >> >> Whops, yes, thanks. > > This pattern could use a macro ;) > > #define report(x) report(#x, x) After thinking 5 minutes about a possible name for this and not liking the results, I decided to simply go for a text output as Thomas suggested for now. :) -- Thanks, David