mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-06-26 03:57:01 +02: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