This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

bug in ctype.h


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).

 -- lfarkas
 "The only thing worse than not knowing the truth is
  ruining the bliss of ignorance."

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]