From 4b515cc1c732973fff47667ddd244dfb1d18d4ca Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 21 Mar 2009 13:09:29 +0000 Subject: `Em' accepts empty tokens. Punctuation fully fixed (per-reserved-word). Sm enabled. --- private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'private.h') 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 * @@ -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 *); -- cgit v1.2.3-56-ge451