[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 24/34] maint: dfa: remove #if MBS_SUPPORT around struct definitio
From: |
Jim Meyering |
Subject: |
[PATCH 24/34] maint: dfa: remove #if MBS_SUPPORT around struct definition |
Date: |
Thu, 15 Sep 2011 12:28:07 +0200 |
From: Jim Meyering <address@hidden>
* src/dfa.c (struct mb_char_classes): Don't #ifdef-out declarations.
---
src/dfa.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/dfa.c b/src/dfa.c
index cef3a98..0be1b76 100644
--- a/src/dfa.c
+++ b/src/dfa.c
@@ -264,7 +264,6 @@ typedef struct
#endif
} dfa_state;
-#if MBS_SUPPORT
/* A bracket operator.
e.g. [a-c], [[:alpha:]], etc. */
struct mb_char_classes
@@ -283,7 +282,6 @@ struct mb_char_classes
char **coll_elems;
int ncoll_elems; /* Collating elements. */
};
-#endif
/* A compiled regular expression. */
struct dfa
--
1.7.7.rc0.362.g5a14
- [PATCH 25/34] maint: remove #if MBS_SUPPORT around member declaration, (continued)
- [PATCH 25/34] maint: remove #if MBS_SUPPORT around member declaration, Jim Meyering, 2011/09/15
- [PATCH 12/34] maint: dfa: convert #if-MBS_SUPPORT (parse_bracket_exp), Jim Meyering, 2011/09/15
- [PATCH 23/34] tests: make fmbtest explain (to stderr, not log) why it is skipped, Jim Meyering, 2011/09/15
- [PATCH 31/34] tests: skip sjis-mb when dfa.c is compiled without MB support, Jim Meyering, 2011/09/15
- [PATCH 20/34] maint: dfa: convert #if-MBS_SUPPORT (dfastate), Jim Meyering, 2011/09/15
- [PATCH 24/34] maint: dfa: remove #if MBS_SUPPORT around struct definition,
Jim Meyering <=
- [PATCH 30/34] maint: dfa: simplify several expressions, Jim Meyering, 2011/09/15
- [PATCH 32/34] build: allow compilation once again with ! MBS_SUPPORT, Jim Meyering, 2011/09/15