From owner-freebsd-current@FreeBSD.ORG Sat Aug 23 09:12:35 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EE2D16A4BF; Sat, 23 Aug 2003 09:12:35 -0700 (PDT) Received: from tomts21-srv.bellnexxia.net (tomts21.bellnexxia.net [209.226.175.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F16C43FE0; Sat, 23 Aug 2003 09:12:34 -0700 (PDT) (envelope-from matt@compar.com) Received: from hermes ([65.95.185.143]) by tomts21-srv.bellnexxia.net (InterMail vM.5.01.06.04 201-253-122-130-104-20030726) with SMTP id <20030823161232.ZJXL25294.tomts21-srv.bellnexxia.net@hermes>; Sat, 23 Aug 2003 12:12:32 -0400 Message-ID: <005901c36991$171607c0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: , "Tim J. Robbins" References: <200308231003.AA1472987368@141.com> Date: Sat, 23 Aug 2003 12:10:37 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: freebsd-current@freebsd.org Subject: Re: Re:cvs commit: src/contrib/smbfs/smbutil common.h X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Aug 2003 16:12:35 -0000 > > 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. No pun intended, right? :) -- Matt Emmerton