aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.h
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-12-01 04:05:31 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-12-01 04:05:31 +0000
commit62befa7fcd92427df4055e759c9da7358b13ef9e (patch)
treee1b6de088116702f36c956f350a12a2aaf800de2 /mandoc.h
parentea2a06c892c15119eefec58c6db567d8e86d19d0 (diff)
downloadmandoc-62befa7fcd92427df4055e759c9da7358b13ef9e.tar.gz
mandoc-62befa7fcd92427df4055e759c9da7358b13ef9e.tar.zst
mandoc-62befa7fcd92427df4055e759c9da7358b13ef9e.zip
remove unneccessary inclusion protection; patch from deraadt@
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/mandoc.h b/mandoc.h
index 3e3ba063..cc8ee6f5 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/* $Id: mandoc.h,v 1.173 2014/11/30 05:29:00 schwarze Exp $ */
+/* $Id: mandoc.h,v 1.174 2014/12/01 04:05:32 schwarze Exp $ */
/*
* Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,8 +15,6 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef MANDOC_H
-#define MANDOC_H
#define ASCII_NBRSP 31 /* non-breaking space */
#define ASCII_HYPH 30 /* breakable hyphen */
@@ -450,5 +448,3 @@ const char *mparse_strlevel(enum mandoclevel);
enum mandoclevel mparse_wait(struct mparse *);
__END_DECLS
-
-#endif /*!MANDOC_H*/