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

Diff for /mandoc/msec.c between version 1.7 and 1.11

version 1.7, 2010/05/15 16:27:23 version 1.11, 2014/03/23 11:25:26
Line 18 
Line 18 
 #include "config.h"  #include "config.h"
 #endif  #endif
   
 #include <stdlib.h>  
 #include <string.h>  #include <string.h>
   
 #include "libmdoc.h"  #include "mandoc.h"
   #include "libmandoc.h"
   
 #define LINE(x, y) \  #define LINE(x, y) \
         if (0 == strcmp(p, x)) return(y);          if (0 == strcmp(p, x)) return(y);
   
 const char *  const char *
 mdoc_a2msec(const char *p)  mandoc_a2msec(const char *p)
 {  {
   
 #include "msec.in"  #include "msec.in"

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

CVSweb