mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
Define isascii macro to be 1 also if STDC_HEADERS.
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include <regex.h>
|
||||
#include "system.h"
|
||||
|
||||
#ifndef isascii
|
||||
#if !defined (isascii) || defined (STDC_HEADERS)
|
||||
#define isascii(c) 1
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user