From owner-cvs-all Sun Oct 10 15:33:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E46C14E82; Sun, 10 Oct 1999 15:33:41 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA96724; Sun, 10 Oct 1999 15:33:41 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <199910102233.PAA96724@freefall.freebsd.org> From: "David E. O'Brien" Date: Sun, 10 Oct 1999 15:33:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/gcc/config/i386 freebsd.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk obrien 1999/10/10 15:33:41 PDT Modified files: contrib/gcc/config/i386 freebsd.h Log: Style cleanups: * be consistant on protecting "#define FOO"s with "#undef FOO". * be consistant that macro params are upper case, and commas are followed by a space in the macro definition * protect macro param expansion by ()'s * break long lines * line continuations chars to consistant column * remove trailing spaces Revision Changes Path 1.27 +59 -45 src/contrib/gcc/config/i386/freebsd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message