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]

ctype.h and serious programming


If you've done some porting to cygwin, you'll notice that ctype.h often
gives syntax errors.  Out of curiosity, I substituted <linux/ctype.h>
from the linux kernel source for the cygwin version (leaving the cygwin
headers in place), and got much cleaner compiles.  Is there a technical
reason why <linux/ctype.h>, which is a pure macro version, shouldn't
replace cygwin's <ctype.h>?

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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