From 06604fcdafc87c379fc591911053330908674faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Sun, 17 Feb 2019 23:32:09 +0100 Subject: [PATCH] Be less strict in accepting macros from .mod file. Manually cherry-picked from c258bad2ab458bb5fe0428830499c1581eea9025. --- src/source/running-dynare.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/source/running-dynare.rst b/src/source/running-dynare.rst index d4ffffbcc..7ef256662 100644 --- a/src/source/running-dynare.rst +++ b/src/source/running-dynare.rst @@ -357,9 +357,10 @@ by the ``dynare`` command. them on the command line each time a ``.mod`` file is to be run. This line must be a Dynare comment (ie must begin with //) and the options must be comma separated between ``--+`` options: - and ``+--``. As in the command line, if an option admits a value - the equal symbol must not be surrounded by spaces. For instance - ``json = compute`` is not correct, and should be written + and ``+--``. Note that any text after the ``+--`` will be + discarded. As in the command line, if an option admits a value the + equal symbol must not be surrounded by spaces. For instance ``json + = compute`` is not correct, and should be written ``json=compute``. *Output*