From 4f9a27603c096e6f6a10e0cd789fd1dd279d5853 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Fri, 2 Jul 2021 09:05:22 +0000 Subject: [PATCH] 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. --- gmid.1 | 1 + 1 file changed, 1 insertion(+) diff --git a/gmid.1 b/gmid.1 index 49ae340..ff4e363 100644 --- a/gmid.1 +++ b/gmid.1 @@ -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: