cvs commit: src/contrib/smbfs/smbutil common.h
Andrew Lankford
arlankfo at 141.com
Sat Aug 23 09:00:00 PDT 2003
> Remove the # ("stringify") operator from the printf()
> arguments in
> the iprintf macro. It was causing the actual format string and
> variable names to be written out, instead of substituting the
> values of the variables into the format string.
I take it that gcc's preprocessor getting stricter about the
behavior of " ## " and " # " because I've noticed a few ports
are broken in current due to problems with macros. Usually the
problem is one or two offending " ## "'s, but I gave up trying
to tweak the build of jdk13 with hotspot.
Someone out there is just making a hash of things.
More information about the cvs-src
mailing list