summaryrefslogtreecommitdiffstats
path: root/mdoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 13:09:29 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-21 13:09:29 +0000
commitd4084afea5b60ca8b2d5f4e09e97c52c8330a55f (patch)
treeb902c7b99b4008cf2a68fbed3ae2e04775161b24 /mdoc.h
parent86bb8c0e30ab857dae5be0086e8c7cd444afd2af (diff)
downloadmandoc-d4084afea5b60ca8b2d5f4e09e97c52c8330a55f.tar.gz
`Em' accepts empty tokens.
Punctuation fully fixed (per-reserved-word). Sm enabled.
Diffstat (limited to 'mdoc.h')
-rw-r--r--mdoc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mdoc.h b/mdoc.h
index 7bcaa8e9..1c184e88 100644
--- a/mdoc.h
+++ b/mdoc.h
@@ -322,8 +322,6 @@ const char *mdoc_a2att(const char *);
const char *mdoc_a2lib(const char *);
const char *mdoc_a2st(const char *);
-int mdoc_isdelim(const char *);
-
__END_DECLS
#endif /*!MDOC_H*/