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

Diff for /mandoc/out.h between version 1.15 and 1.17

version 1.15, 2011/01/05 15:37:23 version 1.17, 2011/03/07 01:35:51
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 17 
Line 17 
 #ifndef OUT_H  #ifndef OUT_H
 #define OUT_H  #define OUT_H
   
 #define DATESIZ         24  
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
 struct  roffcol {  struct  roffcol {
Line 52  enum roffscale {
Line 50  enum roffscale {
   
 enum    roffdeco {  enum    roffdeco {
         DECO_NONE,          DECO_NONE,
           DECO_NUMBERED, /* numbered character */
         DECO_SPECIAL, /* special character */          DECO_SPECIAL, /* special character */
         DECO_SSPECIAL, /* single-char special */          DECO_SSPECIAL, /* single-char special */
         DECO_RESERVED, /* reserved word */          DECO_RESERVED, /* reserved word */

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

CVSweb