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

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

version 1.25, 2014/12/01 04:05:32 version 1.26, 2014/12/01 08:05:52
Line 50  struct rofftbl {
Line 50  struct rofftbl {
         void            *arg; /* passed to slen and len */          void            *arg; /* passed to slen and len */
 };  };
   
 __BEGIN_DECLS  
   
 #define SCALE_VS_INIT(p, v) \  #define SCALE_VS_INIT(p, v) \
         do { (p)->unit = SCALE_VS; \          do { (p)->unit = SCALE_VS; \
              (p)->scale = (v); } \               (p)->scale = (v); } \
Line 61  __BEGIN_DECLS
Line 59  __BEGIN_DECLS
         do { (p)->unit = SCALE_EN; \          do { (p)->unit = SCALE_EN; \
              (p)->scale = (v); } \               (p)->scale = (v); } \
         while (/* CONSTCOND */ 0)          while (/* CONSTCOND */ 0)
   
   __BEGIN_DECLS
   
   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,

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

CVSweb