On Fri, Dec 03, 2010 at 08:33:21PM +0000, [email protected] wrote: > Author: dubiously > Log: #ifdef works on symbols, not expressions
> -#ifdef CxMULTICALL && 0 /* disabled for now */ > +#if defined(CxMULTICALL) && 0 /* disabled for now */ I'm amazed that hadn't caused an error (nor even a warning from my gcc). Thanks! Tim. -- You've received this message because you are subscribed to the Devel::NYTProf Development User group. Group hosted at: http://groups.google.com/group/develnytprof-dev Project hosted at: http://perl-devel-nytprof.googlecode.com CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf To post, email: [email protected] To unsubscribe, email: [email protected]
