exitFailure with gf -make

This commit is contained in:
aarne
2006-03-16 20:33:35 +00:00
parent 1502283f1d
commit 06ea7fea46
7 changed files with 14 additions and 5 deletions

View File

@@ -314,7 +314,7 @@ oper
{s = table {Posit => a.s ! Posit ; _ => b.s ! Posit} ;
isPre = a.isPre ; lock_A = <>} ;
compADeg a =
{s = table {Posit => a.s ! Posit ; _ => \\f => "più" ++ a.s ! Posit ! f} ;
{s = table {Posit => a.s ! Posit ; _ => \\f => "más" ++ a.s ! Posit ! f} ;
isPre = a.isPre ;
lock_A = <>} ;
regADeg a = compADeg (regA a) ;

View File

@@ -20,7 +20,7 @@ lin
behind_Prep = {s = "detrás" ; c = MorphoSpa.genitive ; isDir = False} ;
between_Prep = mkPreposition "entre" ;
both7and_DConj = {s1,s2 = etConj.s ; n = Pl} ;
but_PConj = ss "mas" ;
but_PConj = ss "pero" ;
by8agent_Prep = mkPreposition "por" ;
by8means_Prep = mkPreposition "por" ;
can8know_VV = mkVV (verboV (saber_71 "saber")) ;