From owner-cvs-all@FreeBSD.ORG Mon May 3 09:50:54 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F93116A4D0 for ; Mon, 3 May 2004 09:50:54 -0700 (PDT) Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC19043D4C for ; Mon, 3 May 2004 09:50:53 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (qmail 14478 invoked from network); 3 May 2004 16:50:53 -0000 Received: from gate.funkthat.com (HELO hydrogen.funkthat.com) ([69.17.45.168]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 3 May 2004 16:50:53 -0000 Received: from hydrogen.funkthat.com (iforgf@localhost.funkthat.com [127.0.0.1])i43GoqEx033732; Mon, 3 May 2004 09:50:53 -0700 (PDT) (envelope-from jmg@hydrogen.funkthat.com) Received: (from jmg@localhost) by hydrogen.funkthat.com (8.12.10/8.12.10/Submit) id i43Goqed033731; Mon, 3 May 2004 09:50:52 -0700 (PDT) Date: Mon, 3 May 2004 09:50:52 -0700 From: John-Mark Gurney To: David Schultz Message-ID: <20040503165052.GA601@funkthat.com> References: <200405021055.i42At5Qv019900@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200405021055.i42At5Qv019900@repoman.freebsd.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.2-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ X-Resume: http://resnet.uoregon.edu/~gurney_j/resume.html cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/stdio vfprintf.c vfscanf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John-Mark Gurney List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 16:50:54 -0000 David Schultz wrote this message on Sun, May 02, 2004 at 03:55 -0700: > - To make it easier to compile *printf() and *scanf() without > floating-point support, remove default definition of FLOATING_POINT > from the source, and change the compile-time option to > NO_FLOATING_POINT. You should of just changed the top of the file to read: #ifndef NO_FLOATING_POINT #define FLOATING_POINT #endif This would of given you your change, with almost zero source change,and made source easier to read, due to not having double negatives.... -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not."