=================================================================== RCS file: /cvs/texi2mdoc/extern.h,v retrieving revision 1.25 retrieving revision 1.26 diff -u -p -r1.25 -r1.26 --- texi2mdoc/extern.h 2015/03/03 15:04:24 1.25 +++ texi2mdoc/extern.h 2015/03/05 08:35:35 1.26 @@ -1,4 +1,4 @@ -/* $Id: extern.h,v 1.25 2015/03/03 15:04:24 kristaps Exp $ */ +/* $Id: extern.h,v 1.26 2015/03/05 08:35:35 kristaps Exp $ */ /* * Copyright (c) 2015 Kristaps Dzonsons * @@ -377,7 +377,7 @@ struct texi { size_t chapnum; /* current chapter node */ char **dirs; /* texi directories */ size_t dirsz; /* number of texi directories */ - FILE *outfile; + FILE *outfile; /* current output stream */ /* * Run-time parameters. */ @@ -394,6 +394,8 @@ struct texi { size_t valsz; /* entries in vals */ struct teximacro *macros; /* @macro entries */ size_t macrosz; /* entries in macros */ + char *copying; /* the @copying block */ + size_t copyingsz; /* length of @copying */ /* * The following control what we output to the screen. * The complexity is required to accomodate for mdoc(7).