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

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

version 1.23, 2015/03/01 16:57:39 version 1.25, 2015/03/03 15:04:24
Line 55  enum texicmd {
Line 55  enum texicmd {
         TEXICMD_AT,          TEXICMD_AT,
         TEXICMD_AUTHOR,          TEXICMD_AUTHOR,
         TEXICMD_B,          TEXICMD_B,
           TEXICMD_BACKSLASH,
         TEXICMD_BANG,          TEXICMD_BANG,
         TEXICMD_BULLET,          TEXICMD_BULLET,
         TEXICMD_BYE,          TEXICMD_BYE,
Line 404  struct texi {
Line 405  struct texi {
         int               seenvs; /* newline has been Pp'd */          int               seenvs; /* newline has been Pp'd */
         int               ign; /* if >0, don't print anything */          int               ign; /* if >0, don't print anything */
         int               literal; /* if >0, literal context */          int               literal; /* if >0, literal context */
           int               uppercase; /* if >0, uppercase */
 };  };
   
 #define BUF(_p) ((_p)->files[(_p)->filepos - 1].map)  #define BUF(_p) ((_p)->files[(_p)->filepos - 1].map)

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

CVSweb