From 68f51bc92b2efd10a023e81d37bb2d7eec66af5c Mon Sep 17 00:00:00 2001 From: Aarne Ranta Date: Sat, 29 Dec 2018 17:16:42 +0100 Subject: [PATCH] force inclusion of ExtendFin in standard compilation --- src/finnish/AllFin.gf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/finnish/AllFin.gf b/src/finnish/AllFin.gf index bac4c2458..041f5714a 100644 --- a/src/finnish/AllFin.gf +++ b/src/finnish/AllFin.gf @@ -3,4 +3,5 @@ concrete AllFin of AllFinAbs = LangFin - [SlashV2VNP,SlashVV, TFut], ---- to speed up linking; to remove spurious parses ExtraFin - [ProDrop, ProDropPoss, S_OSV, S_VSO, S_ASV, AdvExistNP] -- to exclude spurious parses - ** {} ; + ** open ExtendFin in {} --- to make it compile by default +