From owner-cvs-src@FreeBSD.ORG Sun May 30 01:47:13 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 7904316A4CE; Sun, 30 May 2004 01:47:13 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B23B43D48; Sun, 30 May 2004 01:47:13 -0700 (PDT) (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 i4U8lCM2092313; Sun, 30 May 2004 01:47:12 -0700 (PDT) (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4U8lCgr092312; Sun, 30 May 2004 01:47:12 -0700 (PDT) (envelope-from stefanf) Message-Id: <200405300847.i4U8lCgr092312@repoman.freebsd.org> From: Stefan Farfeleder Date: Sun, 30 May 2004 01:47:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include complex.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: Sun, 30 May 2004 08:47:13 -0000 stefanf 2004/05/30 01:47:12 PDT FreeBSD src repository Modified files: include complex.h Log: Remove the macros for creal{,f} and cimag{,f}. They failed to convert their arguments to the needed type and so the result type depended on the argument type. Fixing them isn't really worth the effort because GCC emits the same assembler code with or without them. Not minded by: ru Approved by: das (mentor) Revision Changes Path 1.3 +0 -7 src/include/complex.h