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

Diff for /mandoc/Attic/mdoc_hash.c between version 1.26 and 1.27

version 1.26, 2015/10/06 18:32:19 version 1.27, 2016/07/15 18:03:45
Line 26 
Line 26 
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
   
   #include "mandoc.h"
 #include "roff.h"  #include "roff.h"
 #include "mdoc.h"  #include "mdoc.h"
   #include "libmandoc.h"
 #include "libmdoc.h"  #include "libmdoc.h"
   
 static  unsigned char    table[27 * 12];  static  unsigned char    table[27 * 12];

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb