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

Diff for /mandoc/mandoc.h between version 1.2 and 1.3

version 1.2, 2010/05/15 21:53:11 version 1.3, 2010/05/16 19:08:11
Line 23  enum mandocerr {
Line 23  enum mandocerr {
         MANDOCERR_OK,          MANDOCERR_OK,
         MANDOCERR_SCOPEEXIT, /* scope open on exit */          MANDOCERR_SCOPEEXIT, /* scope open on exit */
         MANDOCERR_NOSCOPE, /* request scope close w/none open */          MANDOCERR_NOSCOPE, /* request scope close w/none open */
           MANDOCERR_NOARGS, /* macro requires argument(s) */
 #define MANDOCERR_WARNING       MANDOCERR_SCOPEEXIT  #define MANDOCERR_WARNING       MANDOCERR_SCOPEEXIT
   
         MANDOCERR_ARGSLOST, /* line arguments will be lost */          MANDOCERR_ARGSLOST, /* line arguments will be lost */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb