Joe Schaefer wrote:
Stas Bekman <[EMAIL PROTECTED]> writes:


Joe Schaefer wrote:


- why upcased SV, P?

Because a lowercase "sv" appears in the macro as an attribute of acct. Using a lowercase "sv" in the macro argument will confuse the preprocessor.

so will choosing a different variable name work? At least that's the practice we have been using so far. Or do you think it's better to just use upcased equivalents?


I don't have any trouble reading it either way. I just
upcased the macro argument to work around the preprocessor issue. If you'd prefer I renamed it "psv" or "obj" or something
else, just let me know.

s/SV/acct_sv/; s/P/pool/ ?


-- __________________________________________________________________ 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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to