From owner-cvs-lib Sun Dec 28 11:50:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA01540 for cvs-lib-outgoing; Sun, 28 Dec 1997 11:50:28 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA01508; Sun, 28 Dec 1997 11:50:08 -0800 (PST) (envelope-from steve@FreeBSD.org) From: Steve Price Received: (from steve@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA21262; Sun, 28 Dec 1997 11:45:51 -0800 (PST) Date: Sun, 28 Dec 1997 11:45:51 -0800 (PST) Message-Id: <199712281945.LAA21262@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/msun/src math.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk steve 1997/12/28 11:45:51 PST Modified files: (Branch: RELENG_2_2) lib/msun/src math.h Log: MFC: Hide the declaration of `struct exception' from C++, since it conflicts with the standard C++ `class exception'. Revision Changes Path 1.2.6.1 +5 -1 src/lib/msun/src/math.h