]> sourceware.org Git - systemtap.git/commitdiff
Name the originator of the cpp-vararg-counter idea
authorFrank Ch. Eigler <fche@redhat.com>
Mon, 18 Apr 2011 17:45:04 +0000 (13:45 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Mon, 18 Apr 2011 17:45:04 +0000 (13:45 -0400)
includes/sys/sdt.h

index b306567b9eea463755ad8399ecbc8bef2f53a4a8..101a6a7e25d99c524d0accfd074284efafaf08b6 100644 (file)
@@ -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 <laurent.deniau@cern.ch>:
        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
This page took 0.029171 seconds and 5 git commands to generate.