From 0b563f1fb710c33349c80b3ad33d44b237b2bacb Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 16 Dec 2010 16:27:40 +0000 Subject: [PATCH] use que rather than quoi as what_IP in Fre --- lib/src/french/StructuralFre.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/french/StructuralFre.gf b/lib/src/french/StructuralFre.gf index f6d91723e..acc1d48f9 100644 --- a/lib/src/french/StructuralFre.gf +++ b/lib/src/french/StructuralFre.gf @@ -143,10 +143,10 @@ lin mkPronoun "nous" "nous" "nous" "nous" "notre" "notre" "nos" Masc Pl P1 ; whatSg_IP = - {s = \\c => prepCase c ++ "quoi" ; a = a} + {s = \\c => prepCase c ++ elisQue ; a = a} where {a = aagr Masc Sg} ; whatPl_IP = - {s = \\c => prepCase c ++ "quoi" ; a = a} + {s = \\c => prepCase c ++ elisQue ; a = a} where {a = aagr Masc Pl} ; when_IAdv = ss "quand" ; when_Subj = ss "quand" ** {m = Indic} ;