[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.90

version 1.88, 2009/03/08 19:47:40 version 1.90, 2009/03/20 15:14:01
Line 33  struct mdoc {
Line 33  struct mdoc {
         int               linetok;          int               linetok;
         int               flags;          int               flags;
 #define MDOC_HALT        (1 << 0)  #define MDOC_HALT        (1 << 0)
   #define MDOC_LITERAL     (1 << 1)
         int               pflags;          int               pflags;
         enum mdoc_next    next;          enum mdoc_next    next;
         struct mdoc_node *last;          struct mdoc_node *last;
Line 53  struct mdoc_macro {
Line 54  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, ...) \
Line 124  const char  *mdoc_a2msec(const char *);
Line 127  const char  *mdoc_a2msec(const char *);
 int               mdoc_valid_pre(struct mdoc *,  int               mdoc_valid_pre(struct mdoc *,
                         const struct mdoc_node *);                          const struct mdoc_node *);
 int               mdoc_valid_post(struct mdoc *);  int               mdoc_valid_post(struct mdoc *);
 int               mdoc_action_pre(struct mdoc *, struct mdoc_node *);  int               mdoc_action_pre(struct mdoc *,
                           const struct mdoc_node *);
 int               mdoc_action_post(struct mdoc *);  int               mdoc_action_post(struct mdoc *);
 int               mdoc_argv(struct mdoc *, int, int,  int               mdoc_argv(struct mdoc *, int, int,
                         struct mdoc_arg **, int *, char *);                          struct mdoc_arg **, int *, char *);

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

CVSweb