diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-08-19 14:09:33 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-08-19 14:09:33 +0000 |
commit | 12ca90d7d8a1135c6d8a9c98388aae773c8ff542 (patch) | |
tree | 714bd068abf3ab964ce0f534821553cdc060a422 /libmdoc.h | |
parent | da6f2f1ed330b1be7195d62cfa8204018e965cd5 (diff) | |
download | mandoc-12ca90d7d8a1135c6d8a9c98388aae773c8ff542.tar.gz |
In-line documentation of mdoc_macro file.
Moved _NEXT_ macros into _alloc_ routines (where they belong).
Diffstat (limited to 'libmdoc.h')
-rw-r--r-- | libmdoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ enum merr { MERRMAX }; -#define MACRO_PROT_ARGS struct mdoc *mdoc, int tok, int line, \ +#define MACRO_PROT_ARGS struct mdoc *m, int tok, int line, \ int ppos, int *pos, char *buf struct mdoc_macro { |