diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-21 13:09:29 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-21 13:09:29 +0000 |
commit | d4084afea5b60ca8b2d5f4e09e97c52c8330a55f (patch) | |
tree | b902c7b99b4008cf2a68fbed3ae2e04775161b24 /mdoc.h | |
parent | 86bb8c0e30ab857dae5be0086e8c7cd444afd2af (diff) | |
download | mandoc-d4084afea5b60ca8b2d5f4e09e97c52c8330a55f.tar.gz |
`Em' accepts empty tokens.
Punctuation fully fixed (per-reserved-word).
Sm enabled.
Diffstat (limited to 'mdoc.h')
-rw-r--r-- | mdoc.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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*/ |