diff options
Diffstat (limited to 'next-lib/src/french')
| -rw-r--r-- | next-lib/src/french/LexiconFre.gf | 1 | ||||
| -rw-r--r-- | next-lib/src/french/StructuralFre.gf | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/next-lib/src/french/LexiconFre.gf b/next-lib/src/french/LexiconFre.gf index 11dbcb5db..b2aedcd1b 100644 --- a/next-lib/src/french/LexiconFre.gf +++ b/next-lib/src/french/LexiconFre.gf @@ -92,7 +92,6 @@ lin harbour_N = regGenN "port" masculine ; hate_V2 = haïr_V2 ; hat_N = regGenN "chapeau" masculine ; - have_V2 = avoir_V2 ; hear_V2 = entendre_V2 ; hill_N = regGenN "colline" feminine ; hope_VS = mkVS (reg3V "espérer" "espère" "espérera") ; diff --git a/next-lib/src/french/StructuralFre.gf b/next-lib/src/french/StructuralFre.gf index 0293db257..5f92ccdff 100644 --- a/next-lib/src/french/StructuralFre.gf +++ b/next-lib/src/french/StructuralFre.gf @@ -187,5 +187,7 @@ lin as_CAdv = X.mkCAdv "aussi" conjThan ; + have_V2 = avoir_V2 ; + } |
