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

Diff for /mandoc/mdoc.c between version 1.250 and 1.251

version 1.250, 2015/04/19 14:57:38 version 1.251, 2015/04/23 15:35:59
Line 89  static int    mdoc_ptext(struct roff_man *, int, char 
Line 89  static int    mdoc_ptext(struct roff_man *, int, char 
 static  int               mdoc_pmacro(struct roff_man *, int, char *, int);  static  int               mdoc_pmacro(struct roff_man *, int, char *, int);
   
   
 void  
 mdoc_endparse(struct roff_man *mdoc)  
 {  
   
         mdoc_macroend(mdoc);  
 }  
   
 /*  /*
  * Main parse routine.  Parses a single line -- really just hands off to   * Main parse routine.  Parses a single line -- really just hands off to
  * the macro (mdoc_pmacro()) or text parser (mdoc_ptext()).   * the macro (mdoc_pmacro()) or text parser (mdoc_ptext()).

Legend:
Removed from v.1.250  
changed lines
  Added in v.1.251

CVSweb