1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

undef isasc before redining it.

This commit is contained in:
Jim Meyering
1993-04-02 04:24:29 +00:00
parent 5c9a84b610
commit 326ea43a59

View File

@@ -61,6 +61,7 @@ char *malloc ();
#endif
#if !defined (isascii) || defined (STDC_HEADERS)
#undef isascii
#define isascii(c) 1
#endif