diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-14 11:58:24 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-01-14 11:58:24 +0000 |
commit | 70cf8b9ba04f6b8b92ec395086271c6218e80d1b (patch) | |
tree | 82cc42296cceb5b8a39bdf090850a579aed986d4 /private.h | |
parent | 29a6a3e523dc0b1673d87a68f8801d248cc7926d (diff) | |
download | mandoc-70cf8b9ba04f6b8b92ec395086271c6218e80d1b.tar.gz |
*** empty log message ***
Diffstat (limited to 'private.h')
-rw-r--r-- | private.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -52,8 +52,7 @@ struct mdoc_macro { #define MDOC_EXPLICIT (1 << 2) #define MDOC_QUOTABLE (1 << 3) #define MDOC_PROLOGUE (1 << 4) -#define MDOC_NESTED (1 << 5) -#define MDOC_TABSEP (1 << 6) +#define MDOC_TABSEP (1 << 5) }; extern const struct mdoc_macro *const mdoc_macros; @@ -133,7 +132,7 @@ int macro_constant_scoped(MACRO_PROT_ARGS); int macro_constant_delimited(MACRO_PROT_ARGS); int macro_text(MACRO_PROT_ARGS); int macro_scoped(MACRO_PROT_ARGS); -int macro_close_explicit(MACRO_PROT_ARGS); +int macro_scoped_close(MACRO_PROT_ARGS); int macro_scoped_line(MACRO_PROT_ARGS); int macro_prologue(MACRO_PROT_ARGS); int macro_end(struct mdoc *); |