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

Diff for /mandoc/msec.c between version 1.12 and 1.16

version 1.12, 2014/08/10 23:54:41 version 1.16, 2018/12/14 01:18:26
Line 18 
Line 18 
   
 #include <sys/types.h>  #include <sys/types.h>
   
   #include <stdio.h>
 #include <string.h>  #include <string.h>
   
 #include "mandoc.h"  #include "mandoc.h"
Line 32  mandoc_a2msec(const char *p)
Line 33  mandoc_a2msec(const char *p)
   
 #include "msec.in"  #include "msec.in"
   
         return(NULL);          return NULL;
 }  }

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

CVSweb