From 672fb7896ca2c19f7313864be8ddba51337a45c0 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 30 Nov 2014 02:36:38 +0000 Subject: warn about attempts to call non-callable macros; inspired by a similar warning in the groff_mdoc(7) macros --- read.c | 1 + 1 file changed, 1 insertion(+) (limited to 'read.c') diff --git a/read.c b/read.c index f007d2ac..75fa3693 100644 --- a/read.c +++ b/read.c @@ -120,6 +120,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { /* related to macros and nesting */ "obsolete macro", + "macro neither callable nor escaped", "skipping paragraph macro", "moving paragraph macro out of list", "skipping no-space macro", -- cgit