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

Diff for /mandoc/Attic/private.h between version 1.64 and 1.65

version 1.64, 2009/01/15 17:38:58 version 1.65, 2009/01/16 12:23:25
Line 41  struct mdoc {
Line 41  struct mdoc {
 };  };
   
   
   /* FIXME: it's 9 (this isn't used properly). */
   
   #define MDOC_LINEARG_MAX 12
   
 #define MACRO_PROT_ARGS struct mdoc *mdoc, int tok, int line, \  #define MACRO_PROT_ARGS struct mdoc *mdoc, int tok, int line, \
                         int ppos, int *pos, char *buf                          int ppos, int *pos, char *buf
   

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

CVSweb