From owner-freebsd-hackers Sun Apr 29 7:58:40 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 940AD37B43E for ; Sun, 29 Apr 2001 07:58:36 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.1) with ESMTP id f3TEwRR31360; Sun, 29 Apr 2001 08:58:29 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200104291458.f3TEwRR31360@harmony.village.org> To: seebs@plethora.net (Peter Seebach) Subject: Re: Port-related C++ question Cc: freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Sun, 29 Apr 2001 08:48:53 CDT." <200104291348.f3TDmrN12637@guild.plethora.net> References: <200104291348.f3TDmrN12637@guild.plethora.net> Date: Sun, 29 Apr 2001 08:58:27 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200104291348.f3TDmrN12637@guild.plethora.net> Peter Seebach writes: : In message <20010428231807.G6731@lizzy.bugworks.com>, Jos Backus writes: : >Yeah, I am just puzzled as to how this can build at all on other platforms : >(Linux?), unless they don't define this variable. : : Many of them probably have it as an external object, not a #define. I'm : still not sure the code makes any sense. The standards allow for it to be a #define (just like they allow errno to be a #define), so code that uses like the code that was posted earlier is not strictly conforming. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message