summaryrefslogtreecommitdiffstatshomepage
path: root/private.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
commit4b515cc1c732973fff47667ddd244dfb1d18d4ca (patch)
tree673f8debb1dae6ee806117d3b1335495057f502d /private.h
parent577cad2e4ebeb9c39fdbcd98f6fd5cc1ad59eb3b (diff)
downloadmandoc-4b515cc1c732973fff47667ddd244dfb1d18d4ca.tar.gz
mandoc-4b515cc1c732973fff47667ddd244dfb1d18d4ca.tar.zst
mandoc-4b515cc1c732973fff47667ddd244dfb1d18d4ca.zip
`Em' accepts empty tokens.
Punctuation fully fixed (per-reserved-word). Sm enabled.
Diffstat (limited to 'private.h')
-rw-r--r--private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/private.h b/private.h
index b8d7a461..fe620fd1 100644
--- a/private.h
+++ b/private.h
@@ -1,4 +1,4 @@
-/* $Id: private.h,v 1.90 2009/03/20 15:14:01 kristaps Exp $ */
+/* $Id: private.h,v 1.91 2009/03/21 13:09:29 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 *);