> 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. _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"