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

Diff for /mandoc/mdoc.h between version 1.43 and 1.46

version 1.43, 2009/03/09 13:04:01 version 1.46, 2009/03/11 00:39:58
Line 19 
Line 19 
 #ifndef MDOC_H  #ifndef MDOC_H
 #define MDOC_H  #define MDOC_H
   
   #include <time.h>
   
 /*  /*
  * This library implements a validating scanner/parser for ``mdoc'' roff   * This library implements a validating scanner/parser for ``mdoc'' roff
  * macro documents, a.k.a. BSD manual page documents.  The mdoc.c file   * macro documents, a.k.a. BSD manual page documents.  The mdoc.c file
Line 140 
Line 142 
 #define MDOC_Lb          106  #define MDOC_Lb          106
 #define MDOC_Ap          107  #define MDOC_Ap          107
 #define MDOC_Lp          108  #define MDOC_Lp          108
 #define MDOC_MAX         109  #define MDOC_Lk          109
   #define MDOC_Mt          110
   #define MDOC_Brq         111
   #define MDOC_Bro         112
   #define MDOC_Brc         113
   #define MDOC_MAX         114
   
 /* What follows is a list of ALL possible macro arguments. */  /* What follows is a list of ALL possible macro arguments. */
   

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.46

CVSweb