[BACK]Return to extern.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / texi2mdoc

Diff for /texi2mdoc/extern.h between version 1.25 and 1.26

version 1.25, 2015/03/03 15:04:24 version 1.26, 2015/03/05 08:35:35
Line 377  struct texi {
Line 377  struct texi {
         size_t            chapnum; /* current chapter node */          size_t            chapnum; /* current chapter node */
         char            **dirs; /* texi directories */          char            **dirs; /* texi directories */
         size_t            dirsz; /* number of texi directories */          size_t            dirsz; /* number of texi directories */
         FILE             *outfile;          FILE             *outfile; /* current output stream */
         /*          /*
          * Run-time parameters.           * Run-time parameters.
          */           */
Line 394  struct texi {
Line 394  struct texi {
         size_t            valsz; /* entries in vals */          size_t            valsz; /* entries in vals */
         struct teximacro *macros; /* @macro entries */          struct teximacro *macros; /* @macro entries */
         size_t            macrosz; /* entries in macros */          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 following control what we output to the screen.
          * The complexity is required to accomodate for mdoc(7).           * The complexity is required to accomodate for mdoc(7).

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

CVSweb