Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: Chris Faylor <cgf@cygnus.com>
Date: Mon, 13 Mar 2000 12:55:47 -0500
To: cygwin@sourceware.cygnus.com
Subject: Re: bug in ctype.h
Message-ID: <20000313125547.B1933@cygnus.com>
Reply-To: cygwin@sourceware.cygnus.com
Mail-Followup-To: cgf@cygnus.com, cygwin@sourceware.cygnus.com
References: <38CD205F.1ADDE77B@mindmaker.hu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.1.8i
In-Reply-To: <38CD205F.1ADDE77B@mindmaker.hu>; from !spam-lfarkas@mindmaker.hu on Mon, Mar 13, 2000 at 06:07:43PM +0100

On Mon, Mar 13, 2000 at 06:07:43PM +0100, Levente Farkas wrote:
>hi,
>I thing it's a real bug in ctype.h in cygwin:
>-------------
>#define _U  01
>#define _L  02
>#define _N  04
>#define _S  010
>#define _P  020
>#define _C  040
>#define _X  0100
>#define _B  0200
>--------------
>and there is no undef pair of these defines. ok you can use every
>name with starts with _, but it's a real nightmare (the _X is the
>worst).

Um, how would you undef these?  They're used in macros.

It was my understanding that symbols that begin with "_" were supposed
to be the province of a system library and are not supposed to be
used by user programs.  Or was it "__".  I can never remember.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

