From owner-cvs-src@FreeBSD.ORG Fri Sep 3 23:31:29 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AF4416A4CE; Fri, 3 Sep 2004 23:31:29 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E180C43D41; Fri, 3 Sep 2004 23:31:28 +0000 (GMT) (envelope-from stefanf@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i83NVSnn059130; Fri, 3 Sep 2004 23:31:28 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i83NVSFu059129; Fri, 3 Sep 2004 23:31:28 GMT (envelope-from stefanf) Message-Id: <200409032331.i83NVSFu059129@repoman.freebsd.org> From: Stefan Farfeleder Date: Fri, 3 Sep 2004 23:31:28 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include tgmath.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Sep 2004 23:31:29 -0000 stefanf 2004-09-03 23:31:28 UTC FreeBSD src repository Modified files: include tgmath.h Log: Use the keyword '_Complex' rather than the macro 'complex' since applications are allowed to undefine the latter. Revision Changes Path 1.3 +4 -4 src/include/tgmath.h