From cbf67ab5283f49261b29e116b7d9e924934c5991 Mon Sep 17 00:00:00 2001 From: odanoburu Date: Thu, 10 Jan 2019 13:32:12 -0200 Subject: [PATCH] (Por) open Extra, Dict,Irreg in All to force compilation --- src/portuguese/AllPor.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/portuguese/AllPor.gf b/src/portuguese/AllPor.gf index aa8048e2d..0016d563b 100644 --- a/src/portuguese/AllPor.gf +++ b/src/portuguese/AllPor.gf @@ -2,6 +2,6 @@ concrete AllPor of AllPorAbs = LangPor, - IrregPor, ExtendPor - ** {} ; + ** open ExtraPor, DictPor, IrregPor + in {} ;