fixed missing lock_N warning in LexiconCat.gf

This commit is contained in:
krasimir
2009-09-13 19:18:07 +00:00
parent d67f2ad970
commit f165acc41b

View File

@@ -9,7 +9,7 @@ flags
oper
regFN : Str -> N = \s -> femN (regN s) ;
regMN : Str -> N = \s -> regN s ;
irregMN : Str -> Str -> N = \pa,pans -> M.mkNounIrreg pa pans masculine ;
irregMN : Str -> Str -> N = \pa,pans -> M.mkNounIrreg pa pans masculine ** {lock_N=<>} ;
saberV : V = verbV (saber_99 "saber") ;
lin