From 10c22765d9b74055c23fd3f303671e2608770dc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 15 Dec 2022 11:32:54 +0100 Subject: [PATCH] Preprocessor update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit – Fix indexing in M_.endo_trends (Ref. #1648) – Macro processor: fix tracking of line numbers after @#define, @#include and @#includepath directives – Macro processor: fix error message when @#include is used with nonexistent file --- preprocessor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocessor b/preprocessor index 6093eaba9f..0301595516 160000 --- a/preprocessor +++ b/preprocessor @@ -1 +1 @@ -Subproject commit 6093eaba9f17ba331482864d2d7908dee68f8e8f +Subproject commit 0301595516cf9be594123c8f15e89a9a2363174d -- GitLab