mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
Fix for 8bit clean ctype
This commit is contained in:
parent
32bb7861f2
commit
a61b49098a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=5694
@ -24,7 +24,7 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
cmap cmlower(CMAP_BUILTIN);
|
||||
cmap cmupper(CMAP_BUILTIN);
|
||||
|
||||
#ifdef isascii
|
||||
#if defined(isascii) && !defined(__FreeBSD__)
|
||||
#define ISASCII(c) isascii(c)
|
||||
#else
|
||||
#define ISASCII(c) (1)
|
||||
|
Loading…
Reference in New Issue
Block a user