X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=include%2Fdfa.h;h=55f1f3ada582e77b43ed8be27fa484057dbf20f4;hp=0d58314e8ea536e12449e1312d999e5b65d1a694;hb=be5261b7025fd670361de0268978158eefac2a3c;hpb=76474239da7b68e6dd05b3cc7528b85cb3d29b84 diff --git a/include/dfa.h b/include/dfa.h index 0d58314..55f1f3a 100644 --- a/include/dfa.h +++ b/include/dfa.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: dfa.h,v $ - * Revision 1.1 1994-09-26 10:17:43 adam + * Revision 1.2 1994-09-26 16:31:23 adam + * Minor changes. xmalloc declares xcalloc now. + * + * Revision 1.1 1994/09/26 10:17:43 adam * Dfa-module header files. * */ @@ -115,8 +118,6 @@ extern int debug_dfa_followpos; extern int dfa_verbose; extern unsigned short - thompson_chars[], - brief_chars[], - grep_chars[], - ccl_chars[]; + dfa_thompson_chars[], + dfa_ccl_chars[]; #endif