From 0adc3845e306e02fdb94c60dd2c644129edef554 Mon Sep 17 00:00:00 2001 From: krangelov Date: Tue, 6 Apr 2021 23:52:25 +0200 Subject: [PATCH] make sure that ExtendEst is compiled as well --- src/estonian/AllEst.gf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/estonian/AllEst.gf b/src/estonian/AllEst.gf index d09ae572..90c71810 100644 --- a/src/estonian/AllEst.gf +++ b/src/estonian/AllEst.gf @@ -2,5 +2,8 @@ concrete AllEst of AllEstAbs = LangEst, -- - [SlashV2VNP,SlashVV, TFut], ---- to speed up linking; to remove spurious parses - ExtraEst -- - [ProDrop, ProDropPoss, S_OSV, S_VSO, S_ASV] -- to exclude spurious parses - ** {} ; + ExtendEst -- - [ProDrop, ProDropPoss, S_OSV, S_VSO, S_ASV] -- to exclude spurious parses + ** + open ExtraEst --- to force compilation since this module is used in many places + in + {} ;