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

Diff for /mandoc/libmdoc.h between version 1.87 and 1.88

version 1.87, 2014/07/30 21:18:24 version 1.88, 2014/08/01 17:40:34
Line 104  extern const struct mdoc_macro *const mdoc_macros;
Line 104  extern const struct mdoc_macro *const mdoc_macros;
   
 __BEGIN_DECLS  __BEGIN_DECLS
   
 #define           mdoc_pmsg(mdoc, l, p, t) \  
                   mandoc_msg((t), (mdoc)->parse, (l), (p), NULL)  
 #define           mdoc_nmsg(mdoc, n, t) \  
                   mandoc_msg((t), (mdoc)->parse, (n)->line, (n)->pos, NULL)  
 int               mdoc_macro(MACRO_PROT_ARGS);  int               mdoc_macro(MACRO_PROT_ARGS);
 int               mdoc_word_alloc(struct mdoc *,  int               mdoc_word_alloc(struct mdoc *,
                         int, int, const char *);                          int, int, const char *);

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

CVSweb