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

Diff for /src/usr.bin/mandoc/arch.c between version 1.7 and 1.8

version 1.7, 2014/03/21 22:17:01 version 1.8, 2014/04/20 16:44:44
Line 22 
Line 22 
 #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_a2arch(const char *p)  mdoc_a2arch(const char *p)
 {  {
   
 #include "arch.in"  #include "arch.in"
   
         return(NULL);          return(NULL);
 }  }

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