From 0bfe6a23f4c4b74217ad3205d8fdfe7f47e2bbae Mon Sep 17 00:00:00 2001 From: Herbert Lange Date: Thu, 5 Sep 2013 12:52:32 +0000 Subject: [PATCH] Fix the bug that prevents latin grammar and so the complete RGL from compiling --- lib/src/latin/AllLatAbs.gf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/src/latin/AllLatAbs.gf b/lib/src/latin/AllLatAbs.gf index 999e4c2b4..ba468a1a1 100644 --- a/lib/src/latin/AllLatAbs.gf +++ b/lib/src/latin/AllLatAbs.gf @@ -2,8 +2,6 @@ abstract AllLatAbs = Lang, - IrregLatAbs-[ - blow_V,burn_V,come_V,dig_V,fall_V,fly_V,freeze_V,go_V,lie_V,run_V, - sew_V,sing_V,sit_V,sleep_V,spit_V,stand_V,swell_V,swim_V,think_V], + IrregLatAbs-[can_VV,go_V], ExtraLatAbs ** {} ;