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

Diff for /mandoc/mdoc_macro.c between version 1.29 and 1.30

version 1.29, 2009/07/29 08:52:24 version 1.30, 2009/08/13 11:43:24
Line 45  static int   rew_impblock(struct mdoc *, int, int, int
Line 45  static int   rew_impblock(struct mdoc *, int, int, int
 static  int       rew_expblock(struct mdoc *, int, int, int);  static  int       rew_expblock(struct mdoc *, int, int, int);
 static  int       rew_subblock(enum mdoc_type,  static  int       rew_subblock(enum mdoc_type,
                         struct mdoc *, int, int, int);                          struct mdoc *, int, int, int);
 static  int       rew_last(struct mdoc *, struct mdoc_node *);  static  int       rew_last(struct mdoc *, struct mdoc_node *); /* FIXME: make const */
 static  int       append_delims(struct mdoc *, int, int *, char *);  static  int       append_delims(struct mdoc *, int, int *, char *);
 static  int       lookup(struct mdoc *, int, const char *);  static  int       lookup(struct mdoc *, int, const char *);
 static  int       lookup_raw(struct mdoc *, const char *);  static  int       lookup_raw(struct mdoc *, const char *);
Line 599  rew_expblock(struct mdoc *mdoc, int tok, int line, int
Line 599  rew_expblock(struct mdoc *mdoc, int tok, int line, int
 }  }
   
   
   /* FIXME: can this be merged with subblock? */
 static int  static int
 rew_impblock(struct mdoc *mdoc, int tok, int line, int ppos)  rew_impblock(struct mdoc *mdoc, int tok, int line, int ppos)
 {  {

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

CVSweb