On Monday 10 May 2004 08:10 am, Stas Bekman wrote:
Beau E. Cox wrote:
Hi -
'modperl_util.c' does not compile when building modperl 2 from cvs source w/o 'MP_TRACE'. It looks like some 'MP_TRACE...' defines must be defined to nothing when 'MP_TRACE' is not set.
Some compilers are just so silly... gcc works just fine with MP_TRACE unset.
Huh? I am using gcc: gcc version 3.3.3
Hmm, gcc-3.3.2 here. Why would they introduce a requirement for arguments to the macro to be defined if the macro itself maps to '' and ignores the arguments. May be for the side-effects...
Thanks Beau, I've committed a similar fix, with less dups. Please check that it works for you. Thank you.
"... with less dups." -> picky, picky -> ;)
Yep, works fine, thanks.
Well, the less things are duplicated the less are the chances the when you modify one thing you will forget to modify the dup.
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html