From 72ee99ff8e7ad2aa50e74f7c4a952c8b2cf95307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Mon, 18 Feb 2019 09:55:19 +0100 Subject: [PATCH] Added line number to field in structure that macro variables are saved to. Manually cherry-picked from 4a6fd427e03077cdc4345dc99b7836dc1c830a89. --- src/source/the-model-file.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source/the-model-file.rst b/src/source/the-model-file.rst index 2612a0011..96e35707a 100644 --- a/src/source/the-model-file.rst +++ b/src/source/the-model-file.rst @@ -10285,7 +10285,7 @@ Macro directives |br| Asks the preprocessor to display the value of all macro variables up until this point. If the ``save`` option is passed, theh values of the macro variables are saved to - ``options_.macrovars``. + ``options_.macrovars_line_<>``. Typical usages --------------