mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-04 14:55:00 -04:00
undef isascii before redefining
This commit is contained in:
+2
-1
@@ -127,7 +127,8 @@ init_syntax_once ()
|
||||
/* isalpha etc. are used for the character classes. */
|
||||
#include <ctype.h>
|
||||
|
||||
#ifndef isascii
|
||||
#if !defined (isascii) || defined (STDC_HEADERS)
|
||||
#undef isascii
|
||||
#define isascii(c) 1
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user