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

version 1.7, 2010/05/15 16:27:23 version 1.10, 2011/12/02 01:37:14
Line 21 
Line 21 
 #include <stdlib.h>  #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.10

CVSweb