aboutsummaryrefslogtreecommitdiff
path: root/posix/regex_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'posix/regex_internal.h')
-rw-r--r--posix/regex_internal.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/posix/regex_internal.h b/posix/regex_internal.h
index 38d68d47c0..f3ae7e1c64 100644
--- a/posix/regex_internal.h
+++ b/posix/regex_internal.h
@@ -360,11 +360,7 @@ struct re_state_table_entry
{
int num;
int alloc;
- union
- {
- re_dfastate_t *state;
- re_dfastate_t **array;
- } entry;
+ re_dfastate_t **array;
};
struct re_dfa_t