[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.14 and 1.15

version 1.14, 2010/05/08 07:30:19 version 1.15, 2010/05/17 22:11:42
Line 27 
Line 27 
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
   
   #include "mandoc.h"
 #include "libmdoc.h"  #include "libmdoc.h"
   
 static  u_char           table[27 * 12];  static  u_char           table[27 * 12];

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

CVSweb