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

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

version 1.13, 2014/11/28 18:57:31 version 1.18, 2018/12/13 11:55:46
Line 19 
Line 19 
 #include <sys/types.h>  #include <sys/types.h>
 #include <string.h>  #include <string.h>
   
 #include "mdoc.h"  #include "roff.h"
 #include "libmdoc.h"  #include "libmdoc.h"
   
 #define LINE(x, y) \  #define LINE(x, y) \
Line 45  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.13  
changed lines
  Added in v.1.18

CVSweb