aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-05-30 19:30:38 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-05-30 19:30:38 +0000
commit8687750851942a001cbab4731e0e305506af0344 (patch)
tree848a22ba6073e9d7aa1bf263007f6d464c623f8f /mandoc.h
parentb85deb01cef03da6ed5386c5a24881bbba2216b2 (diff)
downloadmandoc-8687750851942a001cbab4731e0e305506af0344.tar.gz
mandoc-8687750851942a001cbab4731e0e305506af0344.tar.zst
mandoc-8687750851942a001cbab4731e0e305506af0344.zip
STYLE message about useless macros we don't want (Bt Tn Ud);
not a WARNING because they don't endanger portability
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/mandoc.h b/mandoc.h
index 26ad4f66..aa01f4d4 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/* $Id: mandoc.h,v 1.216 2017/05/16 19:06:30 schwarze Exp $ */
+/* $Id: mandoc.h,v 1.217 2017/05/30 19:30:38 schwarze Exp $ */
/*
* Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -46,6 +46,8 @@ enum mandocerr {
MANDOCERR_STYLE, /* ===== start of style suggestions ===== */
+ MANDOCERR_MACRO_USELESS, /* useless macro: macro */
+
MANDOCERR_WARNING, /* ===== start of warnings ===== */
/* related to the prologue */