diff options
Diffstat (limited to 'next-lib/src/english')
| -rw-r--r-- | next-lib/src/english/LexiconEng.gf | 1 | ||||
| -rw-r--r-- | next-lib/src/english/StructuralEng.gf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/next-lib/src/english/LexiconEng.gf b/next-lib/src/english/LexiconEng.gf index 310899ebc..393ad779b 100644 --- a/next-lib/src/english/LexiconEng.gf +++ b/next-lib/src/english/LexiconEng.gf @@ -90,7 +90,6 @@ lin harbour_N = regN "harbour" ; hate_V2 = dirV2 (regV "hate") ; hat_N = regN "hat" ; - have_V2 = dirV2 (mk5V "have" "has" "had" "had" "having") ; hear_V2 = dirV2 (irregV "hear" "heard" "heard") ; hill_N = regN "hill" ; hope_VS = mkVS (regV "hope") ; diff --git a/next-lib/src/english/StructuralEng.gf b/next-lib/src/english/StructuralEng.gf index ba3c58e23..2d929a121 100644 --- a/next-lib/src/english/StructuralEng.gf +++ b/next-lib/src/english/StructuralEng.gf @@ -135,5 +135,7 @@ concrete StructuralEng of Structural = CatEng ** as_CAdv = C.mkCAdv "as" "as" ; + have_V2 = dirV2 (mk5V "have" "has" "had" "had" "having") ; + } |
