[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.15

version 1.13, 2014/12/01 08:05:52 version 1.15, 2015/10/06 18:32:19
Line 20 
Line 20 
   
 #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 32  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.15

CVSweb