mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 08:19:31 -06:00
fix for linearization of metavariables
This commit is contained in:
@@ -1125,7 +1125,17 @@ pgf_file_lzn_symbol_meta(PgfLinFuncs** funcs, PgfMetaId id)
|
||||
flin->capit = PGF_CAPIT_NONE;
|
||||
}
|
||||
|
||||
gu_putc('?', flin->out, flin->err);
|
||||
gu_putc('?', flin->out, flin->err);
|
||||
|
||||
switch (flin->capit) {
|
||||
case PGF_CAPIT_FIRST:
|
||||
flin->capit = PGF_CAPIT_NONE;
|
||||
break;
|
||||
case PGF_CAPIT_ALL:
|
||||
flin->capit = PGF_CAPIT_NEXT;
|
||||
break;
|
||||
default:;
|
||||
}
|
||||
}
|
||||
|
||||
static PgfLinFuncs pgf_file_lin_funcs = {
|
||||
|
||||
Reference in New Issue
Block a user