mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-11-21 03:24:52 +00:00
Tor's spell fixes
This commit is contained in:
@ -117,7 +117,7 @@
|
||||
|
||||
/*
|
||||
* Uppercase macro versions of ANSI/ISO is*() functions/macros which
|
||||
* avoid negative number inputs whith argument byte codes > 127.
|
||||
* avoid negative number inputs with argument byte codes > 127.
|
||||
*/
|
||||
|
||||
#define ISSPACE(x) (isspace((int) ((unsigned char)x)))
|
||||
|
||||
Reference in New Issue
Block a user