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

Diff for /mandoc/Attic/private.h between version 1.71 and 1.72

version 1.71, 2009/01/20 13:05:28 version 1.72, 2009/01/20 20:56:21
Line 60  struct mdoc_macro {
Line 60  struct mdoc_macro {
 #define MDOC_CALLABLE    (1 << 0)  #define MDOC_CALLABLE    (1 << 0)
 #define MDOC_PARSED      (1 << 1)  #define MDOC_PARSED      (1 << 1)
 #define MDOC_EXPLICIT    (1 << 2)  #define MDOC_EXPLICIT    (1 << 2)
 #define MDOC_QUOTABLE    (1 << 3)  #define MDOC_PROLOGUE    (1 << 3)
 #define MDOC_PROLOGUE    (1 << 4)  
 #define MDOC_TABSEP      (1 << 5)  
 };  };
   
 #define mdoc_nwarn(mdoc, node, type, fmt, ...) \  #define mdoc_nwarn(mdoc, node, type, fmt, ...) \
Line 158  int    mdoc_args(struct mdoc *, int,
Line 156  int    mdoc_args(struct mdoc *, int,
 #define ARGS_WORD       (1)  #define ARGS_WORD       (1)
 #define ARGS_PUNCT      (2)  #define ARGS_PUNCT      (2)
 #define ARGS_QWORD      (3)  #define ARGS_QWORD      (3)
   
 #define ARGS_QUOTED     (1 << 0)  
 #define ARGS_DELIM      (1 << 1)  
 #define ARGS_TABSEP     (1 << 2)  
   
 int               xstrlcats(char *, const struct mdoc_node *, size_t);  int               xstrlcats(char *, const struct mdoc_node *, size_t);
 int               xstrlcat(char *, const char *, size_t);  int               xstrlcat(char *, const char *, size_t);

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

CVSweb