> FYI, Event compiles cleanly with 5.5.64-thread-multi. Some of the tests
> fail, but it does compile.
This is good news for the coming 5.6. I'm not really sure how to handle
code which will compile in the (near?) future, but here is the requested
patch for common 5.005 perl:
- snip --
167c167
< dTHX;
---
> /* dTHX; */
278c278
< dTHX;
---
> /* dTHX; */
- snip --
Apply this to c/ev.c. I repeat my warning: this is a pragmatic solution to
make tests pass, done without XS knowledge.
Jochen
- threads Joshua N Pritikin
- Jochen Stenzel
