Be less strict in accepting macros from .mod file.

Manually cherry-picked from c258bad2ab.
time-shift
Stéphane Adjemian (Charybdis) 2019-02-17 23:32:09 +01:00
parent 834b49584a
commit 06604fcdaf
Signed by untrusted user who does not match committer: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 4 additions and 3 deletions

View File

@ -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*