summaryrefslogtreecommitdiffstats
path: root/private.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-28 21:25:09 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-28 21:25:09 +0000
commit8152d04e0f0a42a8b75100cc7b3b8b46497d046f (patch)
tree8cf46436309431a364ef93550f4dc15717b8d85a /private.h
parentfcdb2b181c2abba92921b7909898488fbe4c74f7 (diff)
downloadmandoc-8152d04e0f0a42a8b75100cc7b3b8b46497d046f.tar.gz
*** empty log message ***
Diffstat (limited to 'private.h')
-rw-r--r--private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/private.h b/private.h
index e8524f1e..2c979f2f 100644
--- a/private.h
+++ b/private.h
@@ -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);