diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-05-30 19:30:38 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-05-30 19:30:38 +0000 |
commit | 2c507cce96b600e9c7260ee1c0b8bf1330cd3cff (patch) | |
tree | b677c302e456a9fad4b1eb508ee3415bc4aa1660 /read.c | |
parent | 3d8bd1f3fd3008bd932346d3e5435b63f7f28972 (diff) | |
download | mandoc-2c507cce96b600e9c7260ee1c0b8bf1330cd3cff.tar.gz |
STYLE message about useless macros we don't want (Bt Tn Ud);
not a WARNING because they don't endanger portability
Diffstat (limited to 'read.c')
-rw-r--r-- | read.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -87,6 +87,9 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "ok", "generic style suggestion", + + "useless macro", + "generic warning", /* related to the prologue */ |