From f39e2b991210f1443885f9363e390ca32e234309 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 28 Dec 2008 21:25:09 +0000 Subject: *** empty log message *** --- private.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'private.h') diff --git a/private.h b/private.h index 0a219dd5..18883e0b 100644 --- a/private.h +++ b/private.h @@ -1,4 +1,4 @@ -/* $Id: private.h,v 1.45 2008/12/28 00:34:20 kristaps Exp $ */ +/* $Id: private.h,v 1.46 2008/12/28 21:25:09 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -37,6 +37,7 @@ struct mdoc_macro { int flags; #define MDOC_CALLABLE (1 << 0) #define MDOC_EXPLICIT (1 << 1) +#define MDOC_PPOST (1 << 2) /* Linescope: punctuation post-line. */ }; extern const struct mdoc_macro *const mdoc_macros; @@ -96,6 +97,8 @@ char *xstrdup(const char *); int macro_text(MACRO_PROT_ARGS); int macro_scoped_implicit(MACRO_PROT_ARGS); int macro_scoped_explicit(MACRO_PROT_ARGS); +int macro_scoped_line(MACRO_PROT_ARGS); +int macro_scoped_pline(MACRO_PROT_ARGS); int macro_prologue_ddate(MACRO_PROT_ARGS); int macro_prologue_dtitle(MACRO_PROT_ARGS); int macro_prologue_os(MACRO_PROT_ARGS); -- cgit v1.2.3