From 148afd1e01c7a91ad67216e07374a60635f5ded0 Mon Sep 17 00:00:00 2001 From: krasimir Date: Sat, 14 Jun 2008 07:00:53 +0000 Subject: [PATCH] remove the spec field in PossPron it is redundant --- lib/resource-1.4/bulgarian/NounBul.gf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/resource-1.4/bulgarian/NounBul.gf b/lib/resource-1.4/bulgarian/NounBul.gf index 882225871..8197dcb71 100644 --- a/lib/resource-1.4/bulgarian/NounBul.gf +++ b/lib/resource-1.4/bulgarian/NounBul.gf @@ -114,8 +114,7 @@ concrete NounBul of Noun = CatBul ** open ResBul, Prelude in { } ; PossPron p = { - s = p.gen ; - spec = Indef + s = p.gen } ; NumSg = {s = \\_ => []; n = Sg; nonEmpty = False} ;