mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 05:52:51 -06:00
nonExist now does the expected thing
This commit is contained in:
@@ -258,6 +258,10 @@ pgf_print_symbol(PgfSymbol sym, GuWriter *wtr, GuExn *err)
|
||||
gu_printf(wtr, err, "<%d,$%d>", svar->d, svar->r);
|
||||
break;
|
||||
}
|
||||
case PGF_SYMBOL_NE: {
|
||||
gu_puts("nonExist", wtr, err);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
gu_impossible();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user