Added line number to field in structure that macro variables are saved to.

Manually cherry-picked from 4a6fd427e0.
time-shift
Stéphane Adjemian (Charybdis) 2019-02-18 09:55:19 +01:00
parent e5725d1daa
commit 72ee99ff8e
Signed by untrusted user who does not match committer: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 1 additions and 1 deletions

View File

@ -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_<<line_numbers>>``.
Typical usages
--------------