From e01401545f35c6d8ac4715d96e12090581c5e753 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 18 Apr 2011 13:45:04 -0400 Subject: [PATCH] Name the originator of the cpp-vararg-counter idea --- includes/sys/sdt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/sys/sdt.h b/includes/sys/sdt.h index b306567b9..101a6a7e2 100644 --- a/includes/sys/sdt.h +++ b/includes/sys/sdt.h @@ -262,7 +262,8 @@ __extension__ extern unsigned long long __sdt_unsp; variadic macro support may vary with compiler options, you must pre-#define SDT_USE_VARIADIC to enable this type of probe. - The trick to count __VA_ARGS__ was inspired by this post: + The trick to count __VA_ARGS__ was inspired by this post by + Laurent Deniau : http://groups.google.com/group/comp.std.c/msg/346fc464319b1ee5 Note that our _SDT_NARG is called with an extra 0 arg that's not -- 2.43.5