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

Diff for /mandoc/preconv.c between version 1.16 and 1.17

version 1.16, 2017/02/18 13:43:52 version 1.17, 2018/12/13 11:55:47
Line 22 
Line 22 
 #include <assert.h>  #include <assert.h>
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
   
 #include "mandoc.h"  #include "mandoc.h"
   #include "roff.h"
   #include "mandoc_parse.h"
 #include "libmandoc.h"  #include "libmandoc.h"
   
 int  int

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb