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

Diff for /mandoc/out.h between version 1.26 and 1.27

version 1.26, 2014/12/01 08:05:52 version 1.27, 2015/11/07 14:01:16
Line 60  struct rofftbl {
Line 60  struct rofftbl {
              (p)->scale = (v); } \               (p)->scale = (v); } \
         while (/* CONSTCOND */ 0)          while (/* CONSTCOND */ 0)
   
 __BEGIN_DECLS  
   
 struct  tbl_span;  struct  tbl_span;
   
 int               a2roffsu(const char *, struct roffsu *, enum roffscale);  int               a2roffsu(const char *, struct roffsu *, enum roffscale);
 void              tblcalc(struct rofftbl *tbl,  void              tblcalc(struct rofftbl *tbl,
                         const struct tbl_span *, size_t);                          const struct tbl_span *, size_t);
   
 __END_DECLS  

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

CVSweb