Skip to content

Commit

Permalink
(struct re_backref_cache_entry): Remove flag field. (struct re_sift_c…
Browse files Browse the repository at this point in the history
…ontext_t): Remove cur_bkref, cls_subexp_idx, check_subexp fields. Move limits last.
  • Loading branch information
Ulrich Drepper committed Nov 8, 2004
1 parent 18c45bb commit a705c0d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions posix/regex_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,6 @@ struct re_backref_cache_entry
int str_idx;
int subexp_from;
int subexp_to;
int flag;
};

typedef struct
Expand Down Expand Up @@ -577,17 +576,11 @@ typedef struct

typedef struct
{
int cur_bkref;
int cls_subexp_idx;

re_dfastate_t **sifted_states;
re_dfastate_t **limited_states;

re_node_set limits;

int last_node;
int last_str_idx;
int check_subexp;
re_node_set limits;
} re_sift_context_t;

struct re_fail_stack_ent_t
Expand Down

0 comments on commit a705c0d

Please sign in to comment.