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

Diff for /mandoc/st.c between version 1.11 and 1.13

version 1.11, 2014/08/10 23:54:41 version 1.13, 2015/10/06 18:32:20
Line 20 
Line 20 
   
 #include <string.h>  #include <string.h>
   
   #include "roff.h"
 #include "mdoc.h"  #include "mdoc.h"
 #include "libmdoc.h"  #include "libmdoc.h"
   
Line 32  mdoc_a2st(const char *p)
Line 33  mdoc_a2st(const char *p)
   
 #include "st.in"  #include "st.in"
   
         return(NULL);          return NULL;
 }  }

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.13

CVSweb