=================================================================== RCS file: /cvs/mandoc/libman.h,v retrieving revision 1.51 retrieving revision 1.54 diff -u -p -r1.51 -r1.54 --- mandoc/libman.h 2011/03/23 15:33:57 1.51 +++ mandoc/libman.h 2011/09/18 14:14:15 1.54 @@ -1,6 +1,6 @@ -/* $Id: libman.h,v 1.51 2011/03/23 15:33:57 kristaps Exp $ */ +/* $Id: libman.h,v 1.54 2011/09/18 14:14:15 schwarze Exp $ */ /* - * Copyright (c) 2009, 2010 Kristaps Dzonsons + * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -36,7 +36,7 @@ struct man { struct man_node *last; /* the last parsed node */ struct man_node *first; /* the first parsed node */ struct man_meta meta; /* document meta-data */ - struct regset *regs; /* registers */ + struct roff *roff; }; #define MACRO_PROT_ARGS struct man *m, \