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

Diff for /mandoc/libmdoc.h between version 1.78 and 1.80

version 1.78, 2011/12/02 01:37:14 version 1.80, 2012/07/18 11:11:12
Line 24  enum mdoc_next {
Line 24  enum mdoc_next {
   
 struct  mdoc {  struct  mdoc {
         struct mparse    *parse; /* parse pointer */          struct mparse    *parse; /* parse pointer */
           char             *defos; /* default argument for .Os */
         int               flags; /* parse flags */          int               flags; /* parse flags */
 #define MDOC_HALT        (1 << 0) /* error in parse: halt */  #define MDOC_HALT        (1 << 0) /* error in parse: halt */
 #define MDOC_LITERAL     (1 << 1) /* in a literal scope */  #define MDOC_LITERAL     (1 << 1) /* in a literal scope */
Line 117  int    mdoc_endbody_alloc(struct mdoc *m, int line, in
Line 118  int    mdoc_endbody_alloc(struct mdoc *m, int line, in
                         enum mdoct tok, struct mdoc_node *body,                          enum mdoct tok, struct mdoc_node *body,
                         enum mdoc_endbody end);                          enum mdoc_endbody end);
 void              mdoc_node_delete(struct mdoc *, struct mdoc_node *);  void              mdoc_node_delete(struct mdoc *, struct mdoc_node *);
   int               mdoc_node_relink(struct mdoc *, struct mdoc_node *);
 void              mdoc_hash_init(void);  void              mdoc_hash_init(void);
 enum mdoct        mdoc_hash_find(const char *);  enum mdoct        mdoc_hash_find(const char *);
 const char       *mdoc_a2att(const char *);  const char       *mdoc_a2att(const char *);

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.80

CVSweb