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

Diff for /mandoc/att.c between version 1.15 and 1.17

version 1.15, 2015/10/06 18:32:19 version 1.17, 2018/12/13 07:30:21
Line 19 
Line 19 
 #include <sys/types.h>  #include <sys/types.h>
 #include <string.h>  #include <string.h>
   
   #include "mandoc.h"
 #include "roff.h"  #include "roff.h"
 #include "mdoc.h"  
 #include "libmdoc.h"  #include "libmdoc.h"
   
 #define LINE(x, y) \  #define LINE(x, y) \

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.17

CVSweb