X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fregex_internal.h;h=20cc8336684456989a7d325596a01e79ac88fa43;hb=cea318a913148d825c03a4e45f4553e4cb4e2880;hp=d7413b0835c8b1f8dbedecbd154a60d0ca9b907a;hpb=a6b16b69fe1cad695b270dd5bf3deb2850fc4dd1;p=gnulib.git diff --git a/lib/regex_internal.h b/lib/regex_internal.h index d7413b083..20cc83366 100644 --- a/lib/regex_internal.h +++ b/lib/regex_internal.h @@ -334,7 +334,7 @@ typedef struct Idx idx; /* for BACK_REF */ re_context_type ctx_type; /* for ANCHOR */ } opr; -#if __GNUC__ >= 2 && !__STRICT_ANSI__ +#if __GNUC__ >= 2 && !defined __STRICT_ANSI__ re_token_type_t type : 8; #else re_token_type_t type;