[BACK]Return to msec.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/msec.c between version 1.6 and 1.7

version 1.6, 2011/04/24 16:22:02 version 1.7, 2011/12/02 01:45:43
Line 17 
Line 17 
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   
 #include "mdoc.h"  
 #include "mandoc.h"  #include "mandoc.h"
 #include "libmdoc.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.6  
changed lines
  Added in v.1.7