Revision: 1407
Author: dubiously
Date: Fri Dec 3 12:27:16 2010
Log: #ifdef works on symbols, not expressions
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1407
Modified:
/trunk/NYTProf.xs
=======================================
--- /trunk/NYTProf.xs Tue Nov 30 14:15:31 2010
+++ /trunk/NYTProf.xs Fri Dec 3 12:27:16 2010
@@ -1516,7 +1516,7 @@
prev_last_executed_fid = last_executed_fid;
prev_last_executed_line = last_executed_line;
-#ifdef CxMULTICALL && 0 /* disabled for now */
+#if defined(CxMULTICALL) && 0 /* disabled for now */
/* pp_return, pp_leavesub and pp_leavesublv
* return a NULL op when returning from a MULTICALL.
* See Lightweight Callbacks in perlcall.
--
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]