From owner-freebsd-hackers Wed Feb 11 10:09:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA12899 for hackers-outgoing; Wed, 11 Feb 1998 10:09:25 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from elvis.vnet.net (elvis.vnet.net [166.82.1.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA12859; Wed, 11 Feb 1998 10:08:55 -0800 (PST) (envelope-from rivers@dignus.com) Received: from ponds.dignus.com (ponds.vnet.net [166.82.177.48]) by elvis.vnet.net (8.8.8/8.8.4) with ESMTP id NAA13884; Wed, 11 Feb 1998 13:06:16 -0500 (EST) Received: from lakes.dignus.com (lakes [10.0.0.3]) by ponds.dignus.com (8.8.5/8.8.5) with ESMTP id NAA16159; Wed, 11 Feb 1998 13:28:21 -0500 (EST) Received: (from rivers@localhost) by lakes.dignus.com (8.8.7/8.6.9) id NAA08236; Wed, 11 Feb 1998 13:10:10 -0500 (EST) Date: Wed, 11 Feb 1998 13:10:10 -0500 (EST) From: Thomas David Rivers Message-Id: <199802111810.NAA08236@lakes.dignus.com> To: eivind@yes.no, rivers@dignus.com Subject: Re: DIAGNOSTICS and DEBUG LOGGING (was Re: cvs commit: src/sys/conf options) Cc: eivind@FreeBSD.ORG, Hackers@FreeBSD.ORG, michaelh@cet.co.jp Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > On Tue, Feb 10, 1998 at 10:59:38AM -0500, Thomas David Rivers wrote: > > One quick comment - ANSI C reserves names which begin with an > > underscore followed by a capital letter. It's possible (albeit > > unlikely) that a future C compiler would warn, or produce errors > > for these. Just an observation. > > Isn't the point that these are in the implementation namespace and reserved > for operating system use? Umm... I don't think it's for operating system's use; but for C library use... a subtle difference; which is likely moot for implementing an operating system (since you likely won't be using the C library.) However, some compilers complain about the definition of such macros. It's simply a pedantic issue - I wouldn't consider it too heavily in any decisions. > > That's why I used them, anyway. Any better suggestions are welcome, of > course. > > Eivind. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe hackers" in the body of the message