From 7a9bb51cafe2c3bd9bd632831a4ccdf1b3f5c57e Mon Sep 17 00:00:00 2001
From: Michel Juillard <michel.juillard@mjui.fr>
Date: Fri, 3 Jun 2011 14:06:15 +0200
Subject: [PATCH] MS-SBVAR: updating options for command SBVAR

---
 DynareBison.yy | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/DynareBison.yy b/DynareBison.yy
index 6d847db7..3e35f80d 100644
--- a/DynareBison.yy
+++ b/DynareBison.yy
@@ -1460,6 +1460,8 @@ sbvar_option : o_datafile
              | o_tlnumber
              | o_cnum
              | o_forecast
+             | o_upper_cholesky;
+             | o_lower_cholesky;
              ;
 
 sbvar_options_list : sbvar_option COMMA sbvar_options_list
-- 
GitLab