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

Diff for /mandoc/term.c between version 1.149 and 1.150

version 1.149, 2010/06/25 18:53:14 version 1.150, 2010/06/26 15:36:37
Line 31 
Line 31 
 #include "chars.h"  #include "chars.h"
 #include "out.h"  #include "out.h"
 #include "term.h"  #include "term.h"
 #include "man.h"  
 #include "mdoc.h"  
 #include "main.h"  #include "main.h"
   
 static  void              spec(struct termp *, const char *, size_t);  static  void              spec(struct termp *, const char *, size_t);

Legend:
Removed from v.1.149  
changed lines
  Added in v.1.150

CVSweb