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

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

version 1.24, 2014/10/14 02:16:06 version 1.27, 2015/11/07 14:01:16
Line 14 
Line 14 
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF   * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.   * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */   */
 #ifndef OUT_H  
 #define OUT_H  
   
 enum    roffscale {  enum    roffscale {
         SCALE_CM, /* centimeters (c) */          SCALE_CM, /* centimeters (c) */
Line 52  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 64  __BEGIN_DECLS
Line 60  __BEGIN_DECLS
              (p)->scale = (v); } \               (p)->scale = (v); } \
         while (/* CONSTCOND */ 0)          while (/* CONSTCOND */ 0)
   
   
   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  
   
 #endif /*!OUT_H*/  

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

CVSweb