mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-08-19 18:56:21 -06:00
temporary hack for linearize_all
This commit is contained in:
@@ -2548,7 +2548,7 @@ PgfText **pgf_linearize_all(PgfDB *db, PgfConcrRevision revision,
|
|||||||
m->match_expr(&linearizer, expr);
|
m->match_expr(&linearizer, expr);
|
||||||
linearizer.reverse_and_label(true);
|
linearizer.reverse_and_label(true);
|
||||||
|
|
||||||
while (linearizer.resolve()) {
|
if (linearizer.resolve()) {
|
||||||
linearizer.linearize(&out, 0);
|
linearizer.linearize(&out, 0);
|
||||||
PgfText *text = out.get_text();
|
PgfText *text = out.get_text();
|
||||||
if (text != NULL) {
|
if (text != NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user