=================================================================== RCS file: /cvs/mandoc/libman.h,v retrieving revision 1.37 retrieving revision 1.38 diff -u -p -r1.37 -r1.38 --- mandoc/libman.h 2010/06/26 15:36:37 1.37 +++ mandoc/libman.h 2010/06/26 16:07:08 1.38 @@ -1,4 +1,4 @@ -/* $Id: libman.h,v 1.37 2010/06/26 15:36:37 kristaps Exp $ */ +/* $Id: libman.h,v 1.38 2010/06/26 16:07:08 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -42,8 +42,13 @@ struct man { struct man_meta meta; }; -#define MACRO_PROT_ARGS struct man *m, enum mant tok, int line, \ - int ppos, int *pos, char *buf +#define MACRO_PROT_ARGS struct man *m, \ + const struct regset *regs, \ + enum mant tok, \ + int line, \ + int ppos, \ + int *pos, \ + char *buf struct man_macro { int (*fp)(MACRO_PROT_ARGS);