aboutsummaryrefslogtreecommitdiffstats
path: root/lib/regex_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/regex_internal.h')
-rw-r--r--lib/regex_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/regex_internal.h b/lib/regex_internal.h
index 9a0c2ed97c8..0c72e3f7b01 100644
--- a/lib/regex_internal.h
+++ b/lib/regex_internal.h
@@ -335,7 +335,7 @@ typedef struct
335 Idx idx; /* for BACK_REF */ 335 Idx idx; /* for BACK_REF */
336 re_context_type ctx_type; /* for ANCHOR */ 336 re_context_type ctx_type; /* for ANCHOR */
337 } opr; 337 } opr;
338#if __GNUC__ >= 2 && !defined __STRICT_ANSI__ 338#if (__GNUC__ >= 2 || defined __clang__) && !defined __STRICT_ANSI__
339 re_token_type_t type : 8; 339 re_token_type_t type : 8;
340#else 340#else
341 re_token_type_t type; 341 re_token_type_t type;