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

Diff for /mandoc/st.c between version 1.12 and 1.14

version 1.12, 2015/04/02 21:36:51 version 1.14, 2017/06/24 14:38:33
Line 20 
Line 20 
   
 #include <string.h>  #include <string.h>
   
   #include "mandoc.h"
 #include "roff.h"  #include "roff.h"
 #include "mdoc.h"  #include "mdoc.h"
 #include "libmdoc.h"  #include "libmdoc.h"
Line 33  mdoc_a2st(const char *p)
Line 34  mdoc_a2st(const char *p)
   
 #include "st.in"  #include "st.in"
   
         return(NULL);          return NULL;
 }  }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.14

CVSweb