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

Diff for /mandoc/libmdoc.h between version 1.67 and 1.68

version 1.67, 2011/03/17 09:28:00 version 1.68, 2011/03/17 11:30:23
Line 89  __BEGIN_DECLS
Line 89  __BEGIN_DECLS
                   (*(m)->msg)((t), (m)->data, (l), (p), NULL)                    (*(m)->msg)((t), (m)->data, (l), (p), NULL)
 #define           mdoc_nmsg(m, n, t) \  #define           mdoc_nmsg(m, n, t) \
                   (*(m)->msg)((t), (m)->data, (n)->line, (n)->pos, NULL)                    (*(m)->msg)((t), (m)->data, (n)->line, (n)->pos, NULL)
 int               mdoc_vmsg(struct mdoc *, enum mandocerr,  void              mdoc_vmsg(struct mdoc *, enum mandocerr,
                         int, int, const char *, ...);                          int, int, const char *, ...);
 int               mdoc_macro(MACRO_PROT_ARGS);  int               mdoc_macro(MACRO_PROT_ARGS);
 int               mdoc_word_alloc(struct mdoc *,  int               mdoc_word_alloc(struct mdoc *,

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

CVSweb