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

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

version 1.3, 2010/05/16 19:08:11 version 1.4, 2010/05/16 22:28:33
Line 22  __BEGIN_DECLS
Line 22  __BEGIN_DECLS
 enum    mandocerr {  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_NOARGS, /* macro requires argument(s) */  
 #define MANDOCERR_WARNING       MANDOCERR_SCOPEEXIT  #define MANDOCERR_WARNING       MANDOCERR_SCOPEEXIT
   
           MANDOCERR_NOSCOPE, /* request scope close w/none open */
           MANDOCERR_NOARGS, /* macro requires argument(s) */
         MANDOCERR_ARGSLOST, /* line arguments will be lost */          MANDOCERR_ARGSLOST, /* line arguments will be lost */
 #define MANDOCERR_ERROR         MANDOCERR_ARGSLOST  #define MANDOCERR_ERROR         MANDOCERR_ARGSLOST
   

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

CVSweb