bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 25/34] maint: remove #if MBS_SUPPORT around member declaration


From: Jim Meyering
Subject: [PATCH 25/34] maint: remove #if MBS_SUPPORT around member declaration
Date: Thu, 15 Sep 2011 12:28:08 +0200

From: Jim Meyering <address@hidden>

* src/dfa.c (dfastate): Don't #ifdef-out "mbps" position_set member.
---
 src/dfa.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/dfa.c b/src/dfa.c
index 0be1b76..b6d06aa 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -256,12 +256,10 @@ typedef struct
   char backref;                        /* True if this state matches a 
\<digit>. */
   unsigned char constraint;    /* Constraint for this state to accept. */
   int first_end;               /* Token value of the first END in elems. */
-#if MBS_SUPPORT
   position_set mbps;           /* Positions which can match multibyte
                                   characters.  e.g. period.
                                   These staff are used only if
                                   MB_CUR_MAX > 1.  */
-#endif
 } dfa_state;

 /* A bracket operator.
-- 
1.7.7.rc0.362.g5a14




reply via email to

[Prev in Thread] Current Thread [Next in Thread]