From owner-freebsd-bugs Mon Mar 13 22:00:40 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA01952 for bugs-outgoing; Mon, 13 Mar 1995 22:00:40 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id WAA01943 for ; Mon, 13 Mar 1995 22:00:32 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id OAA10358; Tue, 14 Mar 1995 14:49:34 +1000 Date: Tue, 14 Mar 1995 14:49:34 +1000 From: Bruce Evans Message-Id: <199503140449.OAA10358@godzilla.zeta.org.au> To: freebsd-bugs@freefall.cdrom.com, mrami@mramirez.sy.yale.edu Subject: Re: bin/242: Sender: bugs-owner@FreeBSD.org Precedence: bulk >>Description: >public prototypes do not include 'extern "C" { ... }' when compiled >with C++ compiler >I'm not savvy enough to know the "correct" solution; for now, I've >just put #ifdef _CPLUSPLUS's This is supposed to be handled using the __BEGIN_DECLS and __END_DECLS macros, but some headers apparently don't know about this. Bruce