X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/2b4cfb630509f9fb997584294eb9aece8a327d63..fa097d3df280b2adb39ec3b99fd44d324aa2fbb1:/libman.h?ds=inline diff --git a/libman.h b/libman.h index 30c159f7..a0f26776 100644 --- a/libman.h +++ b/libman.h @@ -1,4 +1,4 @@ -/* $Id: libman.h,v 1.51 2011/03/23 15:33:57 kristaps Exp $ */ +/* $Id: libman.h,v 1.53 2011/07/18 07:48:14 kristaps Exp $ */ /* * Copyright (c) 2009, 2010 Kristaps Dzonsons * @@ -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, \