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

Diff for /mandoc/att.c between version 1.14 and 1.18

version 1.14, 2015/04/02 21:36:49 version 1.18, 2018/12/13 11:55:46
Line 20 
Line 20 
 #include <string.h>  #include <string.h>
   
 #include "roff.h"  #include "roff.h"
 #include "mdoc.h"  
 #include "libmdoc.h"  #include "libmdoc.h"
   
 #define LINE(x, y) \  #define LINE(x, y) \
Line 46  mdoc_a2att(const char *p)
Line 45  mdoc_a2att(const char *p)
         LINE("V.3",     "AT&T System\\~V Release\\~3 UNIX");          LINE("V.3",     "AT&T System\\~V Release\\~3 UNIX");
         LINE("V.4",     "AT&T System\\~V Release\\~4 UNIX");          LINE("V.4",     "AT&T System\\~V Release\\~4 UNIX");
   
         return(NULL);          return NULL;
 }  }

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.18

CVSweb