commenting out assert for debugging purposes
This commit is contained in:
parent
ccacccb750
commit
9e44bea920
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ void setupLR(const HParser *p, HParseState *state, HLeftRec *rec_detect) {
|
||||||
some->eval_set = NULL;
|
some->eval_set = NULL;
|
||||||
rec_detect->head = some;
|
rec_detect->head = some;
|
||||||
}
|
}
|
||||||
assert(state->lr_stack->head != NULL);
|
//assert(state->lr_stack->head != NULL);
|
||||||
HSlistNode *head = state->lr_stack->head;
|
HSlistNode *head = state->lr_stack->head;
|
||||||
HLeftRec *lr;
|
HLeftRec *lr;
|
||||||
while (head && (lr = head->elem)->rule != p) {
|
while (head && (lr = head->elem)->rule != p) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue