From 0a3782df8c664ca471b54a29c0cd1918270e089a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 12 Apr 2022 15:25:27 +0200
Subject: [PATCH] =?UTF-8?q?Fix=20error=20in=20grammar=20for=20options=20of?=
 =?UTF-8?q?=20=E2=80=9Cperfect=5Fforesight=5Fwith=5Fexpectations=5Ferrors?=
 =?UTF-8?q?=5Fsolver=E2=80=9D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/DynareBison.yy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/DynareBison.yy b/src/DynareBison.yy
index a89a6567..00857276 100644
--- a/src/DynareBison.yy
+++ b/src/DynareBison.yy
@@ -1467,7 +1467,7 @@ perfect_foresight_with_expectation_errors_solver : PERFECT_FORESIGHT_WITH_EXPECT
                                                   { driver.perfect_foresight_with_expectation_errors_solver(); }
                                                  ;
 
-perfect_foresight_with_expectation_errors_solver_options_list : perfect_foresight_with_expectation_errors_solver_options_list COMMA perfect_foresight_solver_options
+perfect_foresight_with_expectation_errors_solver_options_list : perfect_foresight_with_expectation_errors_solver_options_list COMMA perfect_foresight_with_expectation_errors_solver_options
                                                               | perfect_foresight_with_expectation_errors_solver_options
                                                               ;
 
-- 
GitLab