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

Diff for /mandoc/man.h between version 1.13 and 1.14

version 1.13, 2009/06/16 19:55:28 version 1.14, 2009/06/18 10:32:00
Line 63  struct man_node {
Line 63  struct man_node {
         struct man_node *child;          struct man_node *child;
         struct man_node *next;          struct man_node *next;
         struct man_node *prev;          struct man_node *prev;
           int              nchild;
         int              line;          int              line;
         int              pos;          int              pos;
         int              tok;          int              tok;
Line 73  struct man_node {
Line 74  struct man_node {
         char            *string;          char            *string;
 };  };
   
 #define MAN_IGN_MACRO    (1 << 0) /* Ignore unknown macros. */  #define MAN_IGN_MACRO    (1 << 0)
   #define MAN_IGN_CHARS    (1 << 1)
   
 extern  const char *const *man_macronames;  extern  const char *const *man_macronames;
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

CVSweb