From bcdfc55ebbef13db980cc0e658175eb969f0937c Mon Sep 17 00:00:00 2001 From: "ramona.enache" Date: Mon, 24 May 2010 07:45:34 +0000 Subject: [PATCH] added AdvIAdv to the Romanian grammar --- src/romanian/QuestionRon.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/romanian/QuestionRon.gf b/src/romanian/QuestionRon.gf index 76c7616a0..b75c56af0 100644 --- a/src/romanian/QuestionRon.gf +++ b/src/romanian/QuestionRon.gf @@ -100,7 +100,7 @@ concrete QuestionRon of Question = n = n } ; - AdvIAdv i a = {s = i.s ++ a.s} ; + AdvIAdv i a = {s = i.s ++ a.s} ; CompIAdv a = {s = \\_ => a.s} ;