1
0
forked from GitHub/gf-rgl

Guess that Nom+Acc become Gen in negative, remove neggen field

This removes around 70k concrete categories (in PGFs compiled with
--optimize-pgf.)
Unsure if that is actually useful -- the number of concrete functions
only went down by a couple hundred.
This commit is contained in:
Inari Listenmaa
2020-09-12 18:45:44 +02:00
committed by Roman Suzi
parent a793daaf11
commit 6661bdff95
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ lin
PrefShort => ap.short
} ;
Neg => case ap.preferShort of {
PreferFull => case v2a.c.neggen of {
PreferFull => case neggen v2a.c of {
False => \\a => ap.s ! agrGenNum a ! Animate ! v2a.c.c ;
True => \\a => ap.s ! agrGenNum a ! Animate ! Gen
} ;