[BACK]Return to mdoc_hash.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/Attic/mdoc_hash.c between version 1.9 and 1.10

version 1.9, 2010/05/14 01:54:37 version 1.10, 2010/05/23 22:45:00
Line 23 
Line 23 
 #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 * 13];  static  u_char           table[27 * 13];

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10