From 463516c8537537d6a2ec6fe1d12b1dbf91a2d3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Mon, 2 Nov 2020 12:50:34 +0100 Subject: [PATCH] Preprocessor update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit — Fix the interpretation of @#else clause within an @#ifndef Closes: #1747 — Fix the interpretation of @#elseif clauses within an @#ifdef or @#ifndef — PAC model: fixes to M_.pac.MODEL.ar (information about autoregressive part) Ref. preprocessor#52 — PAC model: make detection of non-optimizing part more robust Ref. preprocessor#50 — Fixes to Julia output --- preprocessor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocessor b/preprocessor index 740ea833f6..5d564eed07 160000 --- a/preprocessor +++ b/preprocessor @@ -1 +1 @@ -Subproject commit 740ea833f6b4a93c260b32e62f4302483af54f7a +Subproject commit 5d564eed071b009ae382440435ede70be163ca39 -- GitLab