fix the compilation of ExtraBul.gf

This commit is contained in:
krasimir
2009-03-05 08:25:29 +00:00
parent bec544c0ef
commit bc77eef267

View File

@@ -5,17 +5,20 @@ concrete ExtraBul of ExtraBulAbs = CatBul **
lin
PossIndefPron p = {
s = \\aform => p.gen ! (indefAForm ! aform) ;
s = \\_,aform => p.gen ! (indefAForm ! aform) ;
nonEmpty = True;
spec = Indef
} ;
ReflQuant = {
s = \\aform => reflPron ! aform ;
s = \\_,aform => reflPron ! aform ;
nonEmpty = True;
spec = Indef
} ;
ReflIndefQuant = {
s = \\aform => reflPron ! (indefAForm ! aform) ;
s = \\_,aform => reflPron ! (indefAForm ! aform) ;
nonEmpty = True;
spec = Indef
} ;