Re: Fix safe-ctype ctype detection

2001-04-28 Thread Hrvoje Niksic
Herold Heiko [EMAIL PROTECTED] writes: OK, after some other needed testing (Hrvoje easily caught my faulty wgetrc problem) it does seem to work correctly with __inline and chsize. The attached patch will change what is needed ( windows\{Makefile.src,wget.dep,config.h.ms} for the latest

RE: Fix safe-ctype ctype detection

2001-04-27 Thread Herold Heiko
[mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 7:02 AM To: Wget Patches Subject: Fix safe-ctype ctype detection Here is what I believe is a better error detection than simply throwing an error if isalpha is defined. This code makes sure that an error gets thrown only if one of is* macros

Re: Fix safe-ctype ctype detection

2001-04-27 Thread Hrvoje Niksic
[EMAIL PROTECTED] writes: (Re: defining inline to nothing) That's strange...VC understands inline. Maybe not in the C environment? Or maybe Herold inadvertently chose a strict ANSI or something? Try substituting ( #defining ) ftruncate to chsize. I had this problem when trying to compile