/[emacs]/emacs/src/regex.h
ViewVC logotype

Diff of /emacs/src/regex.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by pot, Mon Sep 30 08:12:11 2002 UTC revision 1.31.6.1 by handa, Mon Sep 8 12:48:12 2003 UTC
# Line 391  struct re_pattern_buffer Line 391  struct re_pattern_buffer
391    unsigned not_eol : 1;    unsigned not_eol : 1;
392    
393  #ifdef emacs  #ifdef emacs
394    /* If true, multi-byte form in the `buffer' should be recognized as a    /* If true, multi-byte form in the regexp pattern should be
395       multibyte character. */       recognized as a multibyte character.  When the pattern is
396         compiled, this is set to the same value as target_multibyte
397         below.  */
398    unsigned multibyte : 1;    unsigned multibyte : 1;
399    
400      /* If true, multi-byte form in the target of match should be
401         recognized as a multibyte character.  */
402      unsigned target_multibyte : 1;
403  #endif  #endif
404    
405  /* [[[end pattern_buffer]]] */  /* [[[end pattern_buffer]]] */

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.31.6.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26