diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-08-22 21:55:07 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2009-08-22 21:55:07 +0000 |
commit | 7032cdc11fc67a12a74fd7b01b42071df6c93af4 (patch) | |
tree | 0ae32ee832ab92389ef62105967715fe1a833682 /usr.bin/mandoc/libmdoc.h | |
parent | 08f2ca022e2b5fb71c8e27b28f6a26529e2c1127 (diff) |
sync to 1.9.1: set mdoc_next flags in mdoc_*_alloc routines, where they belong
Diffstat (limited to 'usr.bin/mandoc/libmdoc.h')
-rw-r--r-- | usr.bin/mandoc/libmdoc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mandoc/libmdoc.h b/usr.bin/mandoc/libmdoc.h index 859d11799b5..0cb7626f863 100644 --- a/usr.bin/mandoc/libmdoc.h +++ b/usr.bin/mandoc/libmdoc.h @@ -1,4 +1,4 @@ -/* $Id: libmdoc.h,v 1.18 2009/08/22 19:43:33 schwarze Exp $ */ +/* $Id: libmdoc.h,v 1.19 2009/08/22 21:55:06 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se> * @@ -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 { |