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

Diff for /mandoc/tag.c between version 1.31 and 1.32

version 1.31, 2020/04/02 22:12:55 version 1.32, 2020/04/03 10:30:09
Line 24 
Line 24 
 #include <assert.h>  #include <assert.h>
 #include <limits.h>  #include <limits.h>
 #include <stddef.h>  #include <stddef.h>
   #include <stdint.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

CVSweb