diff options
| -rw-r--r-- | regenc.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -118,8 +118,10 @@ typedef struct { typedef struct { short int len; -#if defined(__has_attribute) && __has_attribute(nonstring) +#if defined(__has_attribute) +# if __has_attribute(nonstring) __attribute__((nonstring)) +# endif #endif const UChar name[6]; int ctype; |
