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. -- Joe Schaefer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
