[BACK]Return to out.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/out.h between version 1.14 and 1.15

version 1.14, 2014/08/12 19:19:42 version 1.15, 2014/10/14 02:16:02
Line 1 
Line 1 
 /*      $Id$ */  /*      $OpenBSD$ */
 /*  /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *   *
Line 34 
Line 34 
 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 64 
Line 65 
         while (/* CONSTCOND */ 0)          while (/* CONSTCOND */ 0)
   
 int               a2roffsu(const char *, struct roffsu *, enum roffscale);  int               a2roffsu(const char *, struct roffsu *, enum roffscale);
 void              tblcalc(struct rofftbl *tbl, const struct tbl_span *);  void              tblcalc(struct rofftbl *tbl,
                           const struct tbl_span *, size_t);
   
 __END_DECLS  __END_DECLS
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15