Tor's spell fixes
This commit is contained in:
parent
786738dd00
commit
1cddd744ad
@ -117,7 +117,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Uppercase macro versions of ANSI/ISO is*() functions/macros which
|
* 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)))
|
#define ISSPACE(x) (isspace((int) ((unsigned char)x)))
|
||||||
|
@ -124,7 +124,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Uppercase macro versions of ANSI/ISO is*() functions/macros which
|
* 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)))
|
#define ISSPACE(x) (isspace((int) ((unsigned char)x)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user