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 /private.h | |
parent | 86bb8c0e30ab857dae5be0086e8c7cd444afd2af (diff) | |
download | mandoc-d4084afea5b60ca8b2d5f4e09e97c52c8330a55f.tar.gz |
`Em' accepts empty tokens.
Punctuation fully fixed (per-reserved-word).
Sm enabled.
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -117,6 +117,7 @@ void *mdoc_tokhash_alloc(void); int mdoc_tokhash_find(const void *, const char *); void mdoc_tokhash_free(void *); int mdoc_iscdelim(char); +int mdoc_isdelim(const char *); size_t mdoc_isescape(const char *); enum mdoc_sec mdoc_atosec(const char *); time_t mdoc_atotime(const char *); |