From 1bd27bfb1ecce0925949a108025f62bf87b5c5f5 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 24 Mar 2010 20:10:53 +0000 Subject: Using man_node_delete() instead of man_node_free()/man_node_freelist() and friends (much simpler). Split blk_imp() into blk_exp() (explicit macros), blk_dotted() (roff macros), and the original. Added de, dei, am, ami, and ig roff macros (for now, these are discarded within the parse). --- man.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'man.h') diff --git a/man.h b/man.h index 872fbf48..55662828 100644 --- a/man.h +++ b/man.h @@ -55,6 +55,12 @@ enum mant { MAN_Sp, MAN_Vb, MAN_Ve, + MAN_de, + MAN_dei, + MAN_am, + MAN_ami, + MAN_ig, + MAN_dot, MAN_MAX, }; -- cgit