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

Diff for /mandoc/Attic/mdoc_action.c between version 1.71 and 1.72

version 1.71, 2010/06/19 20:46:28 version 1.72, 2010/06/27 15:52:41
Line 32 
Line 32 
 #include "libmdoc.h"  #include "libmdoc.h"
 #include "libmandoc.h"  #include "libmandoc.h"
   
   /*
    * FIXME: this file is deprecated.  All future "actions" should be
    * pushed into mdoc_validate.c.
    */
   
 #define POST_ARGS struct mdoc *m, struct mdoc_node *n  #define POST_ARGS struct mdoc *m, struct mdoc_node *n
 #define PRE_ARGS  struct mdoc *m, struct mdoc_node *n  #define PRE_ARGS  struct mdoc *m, struct mdoc_node *n
   

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

CVSweb