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

Diff for /mandoc/out.h between version 1.20 and 1.24

version 1.20, 2011/04/29 22:18:12 version 1.24, 2014/10/14 02:16:06
Line 34  enum roffscale {
Line 34  enum roffscale {
 struct  roffcol {  struct  roffcol {
         size_t           width; /* width of cell */          size_t           width; /* width of cell */
         size_t           decimal; /* decimal position in cell */          size_t           decimal; /* decimal position in cell */
           int              flags; /* layout flags, see tbl_cell */
 };  };
   
 struct  roffsu {  struct  roffsu {
Line 59  __BEGIN_DECLS
Line 60  __BEGIN_DECLS
         while (/* CONSTCOND */ 0)          while (/* CONSTCOND */ 0)
   
 #define SCALE_HS_INIT(p, v) \  #define SCALE_HS_INIT(p, v) \
         do { (p)->unit = SCALE_BU; \          do { (p)->unit = SCALE_EN; \
              (p)->scale = (v); } \               (p)->scale = (v); } \
         while (/* CONSTCOND */ 0)          while (/* CONSTCOND */ 0)
   
 int               a2roffsu(const char *, struct roffsu *, enum roffscale);  int               a2roffsu(const char *, struct roffsu *, enum roffscale);
 void              time2a(time_t, char *, size_t);  void              tblcalc(struct rofftbl *tbl,
 void              tblcalc(struct rofftbl *tbl, const struct tbl_span *);                          const struct tbl_span *, size_t);
   
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.24

CVSweb