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;