[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.84 and 1.85

version 1.84, 2010/06/29 19:24:14 version 1.85, 2010/06/29 19:45:06
Line 52  static int    append_delims(struct mdoc *, 
Line 52  static int    append_delims(struct mdoc *, 
                                 int, int *, char *);                                  int, int *, char *);
 static  enum mdoct      lookup(enum mdoct, const char *);  static  enum mdoct      lookup(enum mdoct, const char *);
 static  enum mdoct      lookup_raw(const char *);  static  enum mdoct      lookup_raw(const char *);
 static  int             make_pending(struct mdoc_node *, enum mdoc_type,  static  int             make_pending(struct mdoc_node *, enum mdoct,
                                 struct mdoc *, int, int);                                  struct mdoc *, int, int);
 static  int             phrase(struct mdoc *, int, int, char *);  static  int             phrase(struct mdoc *, int, int, char *);
 static  enum mdoct      rew_alt(enum mdoct);  static  enum mdoct      rew_alt(enum mdoct);

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

CVSweb