Fix for 8bit clean ctype

This commit is contained in:
ache 1995-01-17 20:36:26 +00:00
parent 3b372ec5af
commit bdb2930afe

View File

@ -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)