X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=regex.h;h=9ee2060a1ed9b04d3585df521ffc7095c0e71866;hb=047aa6648c1a2931496d6530a93d8a665fc2be2e;hp=9ebc4e0bf22aebe3b3db6b86f6033d3a61d2c097;hpb=24f91832d5a3c29df5c5ac30273da0d0160fd05b;p=gnulib.git diff --git a/regex.h b/regex.h index 9ebc4e0bf..9ee2060a1 100644 --- a/regex.h +++ b/regex.h @@ -362,9 +362,11 @@ struct re_pattern_buffer /* If true, an anchor at a newline matches. */ unsigned newline_anchor : 1; +#ifdef emacs /* If true, multi-byte form in the `buffer' should be recognized as a multibyte character. */ unsigned multibyte : 1; +#endif /* [[[end pattern_buffer]]] */ };