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:
@@ -61,6 +61,7 @@ char *malloc ();
|
||||
#endif
|
||||
|
||||
#if !defined (isascii) || defined (STDC_HEADERS)
|
||||
#undef isascii
|
||||
#define isascii(c) 1
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user