From be5261b7025fd670361de0268978158eefac2a3c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 26 Sep 1994 16:31:23 +0000 Subject: [PATCH] Minor changes. xmalloc declares xcalloc now. --- include/dfa.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 -- 1.7.10.4