=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mdoc_man.c,v retrieving revision 1.88 retrieving revision 1.89 diff -c -r1.88 -r1.89 *** src/usr.bin/mandoc/mdoc_man.c 2015/04/02 22:06:17 1.88 --- src/usr.bin/mandoc/mdoc_man.c 2015/04/02 23:47:43 1.89 *************** *** 1,4 **** ! /* $OpenBSD: mdoc_man.c,v 1.88 2015/04/02 22:06:17 schwarze Exp $ */ /* * Copyright (c) 2011-2015 Ingo Schwarze * --- 1,4 ---- ! /* $OpenBSD: mdoc_man.c,v 1.89 2015/04/02 23:47:43 schwarze Exp $ */ /* * Copyright (c) 2011-2015 Ingo Schwarze * *************** *** 28,34 **** #include "out.h" #include "main.h" ! #define DECL_ARGS const struct mdoc_meta *meta, struct roff_node *n struct manact { int (*cond)(DECL_ARGS); /* DON'T run actions */ --- 28,34 ---- #include "out.h" #include "main.h" ! #define DECL_ARGS const struct roff_meta *meta, struct roff_node *n struct manact { int (*cond)(DECL_ARGS); /* DON'T run actions */ *************** *** 545,551 **** void man_mdoc(void *arg, const struct mdoc *mdoc) { ! const struct mdoc_meta *meta; struct roff_node *n; meta = mdoc_meta(mdoc); --- 545,551 ---- void man_mdoc(void *arg, const struct mdoc *mdoc) { ! const struct roff_meta *meta; struct roff_node *n; meta = mdoc_meta(mdoc);