From 6988f0a3d82a9ab91c33dbf281533596601d948a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Tue, 29 Mar 2022 15:10:48 +0200
Subject: [PATCH] Preprocessor: refactor parsing of symbol lists
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Incidentally, this change allows a sligthly more flexible syntax in
“svar_identification”, so document it.
---
 doc/manual/source/the-model-file.rst | 2 +-
 preprocessor                         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index 7cad02bec4..6542289c23 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -12198,7 +12198,7 @@ below.
         UPPER_CHOLESKY;
         LOWER_CHOLESKY;
         EXCLUSION CONSTANTS;
-        EXCLUSION LAG INTEGER; EQUATION INTEGER, VARIABLE_NAME [,VARIABLE_NAME...];
+        EXCLUSION LAG INTEGER; EQUATION INTEGER, VARIABLE_NAME [[,] VARIABLE_NAME...];
         RESTRICTION EQUATION INTEGER, EXPRESSION = EXPRESSION;
 
     To be documented. For now, see the wiki:
diff --git a/preprocessor b/preprocessor
index 7fff8b3406..46cc47266b 160000
--- a/preprocessor
+++ b/preprocessor
@@ -1 +1 @@
-Subproject commit 7fff8b34064a98770151b23e45e52c19bfa40569
+Subproject commit 46cc47266bac728eeb0758d3b7cff18f841437bb
-- 
GitLab