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

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

version 1.13, 2014/12/01 08:05:52 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 "libmandoc.h"  #include "libmandoc.h"
   
 #define LINE(x, y) \  #define LINE(x, y) \
Line 31  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.13  
changed lines
  Added in v.1.16

CVSweb