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

Diff for /mandoc/Attic/private.h between version 1.88 and 1.89

version 1.88, 2009/03/08 19:47:40 version 1.89, 2009/03/16 22:19:19
Line 53  struct mdoc_macro {
Line 53  struct mdoc_macro {
 #define MDOC_PARSED      (1 << 1)  #define MDOC_PARSED      (1 << 1)
 #define MDOC_EXPLICIT    (1 << 2)  #define MDOC_EXPLICIT    (1 << 2)
 #define MDOC_PROLOGUE    (1 << 3)  #define MDOC_PROLOGUE    (1 << 3)
   #define MDOC_IGNDELIM    (1 << 4)
           /* Reserved words in arguments treated as text. */
 };  };
   
 #define mdoc_nwarn(mdoc, node, type, fmt, ...) \  #define mdoc_nwarn(mdoc, node, type, fmt, ...) \

Legend:
Removed from v.1.88  
changed lines
  Added in v.1.89

CVSweb