diff options
Diffstat (limited to 'Include/pydtrace.h')
-rw-r--r-- | Include/pydtrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pydtrace.h b/Include/pydtrace.h index 4c06d0e..a033772 100644 --- a/Include/pydtrace.h +++ b/Include/pydtrace.h @@ -22,7 +22,7 @@ /* Without DTrace, compile to nothing. */ -#define PyDTrace_LINE(arg0, arg1, arg2, arg3) do ; while (0) +#define PyDTrace_LINE(arg0, arg1, arg2) do ; while (0) #define PyDTrace_FUNCTION_ENTRY(arg0, arg1, arg2) do ; while (0) #define PyDTrace_FUNCTION_RETURN(arg0, arg1, arg2) do ; while (0) #define PyDTrace_GC_START(arg0) do ; while (0) |