diff options
author | Omar Polo <op@omarpolo.com> | 2021-07-02 09:05:22 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-07-02 09:05:22 +0000 |
commit | 4f9a27603c096e6f6a10e0cd789fd1dd279d5853 (patch) | |
tree | ddd16e56da6093911d7d274c339b0c13155af3d9 | |
parent | 2c16dbd54867d575f37e145d9f15a0e62e15b025 (diff) |
revert 2c16dbd5486 -- macro names can't be reserved words
While one can define a macro using a reserved word as name using
-Dname=val, inside the configuration file it'll fail.
-rw-r--r-- | gmid.1 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -162,6 +162,7 @@ blocks after the macros and the global options is recommended. Macros can be defined that will later be expanded in context. Macro names must start with a letter, digit or underscore and may contain any of those characters. +Macros names may not be reserved words. Macros are not expanded inside quotes. .Pp For example: |