Skip Menu |

This queue is for tickets about the Runops-Trace CPAN distribution.

Report information
The Basics
Id: 37984
Status: resolved
Priority: 0/
Queue: Runops-Trace

People
Owner: Nobody in particular
Requestors: SAPER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.11
Fixed in: (no value)



Subject: [PATCH] Compilation not working on non-threaded Perls
Hello, The attached patch fixes the compilation on non-threaded Perls. Regards -- Close the world, txEn eht nepO.
Subject: Runops-Trace-0.12-nothr.diff
--- Runops-Trace-0.12/Trace.xs.orig 2008-07-28 12:38:12.036035565 +0200 +++ Runops-Trace-0.12/Trace.xs 2008-07-28 12:38:15.666448115 +0200 @@ -101,7 +101,7 @@ assert(Runops_Trace_loaded_B); assert(Runops_Trace_B_UNOP_first); assert(Runops_Trace_B_UNOP_first_xsub != NULL); - Runops_Trace_B_UNOP_first_xsub(aTHX, Runops_Trace_B_UNOP_first); + Runops_Trace_B_UNOP_first_xsub(aTHX_ Runops_Trace_B_UNOP_first); SPAGAIN;
Resolved November 2008 with version 0.13.