mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
bugfix in the handling of BIND in the C runtime
This commit is contained in:
@@ -1268,7 +1268,7 @@ pgf_new_parse_state(PgfParsing* ps, size_t start_offset, BIND_TYPE bind_type)
|
||||
if ((*pstate)->start_offset == start_offset &&
|
||||
(*pstate)->end_offset == start_offset &&
|
||||
!(*pstate)->needs_bind)
|
||||
return ps->before;
|
||||
return *pstate;
|
||||
} else {
|
||||
if ((*pstate)->start_offset == start_offset)
|
||||
return *pstate;
|
||||
|
||||
Reference in New Issue
Block a user