X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dfa%2Fdfa.c;h=fa69d5b7f87a03e660f27baaf73e4eeaaaeb81ab;hb=cf67c63195045b4ba4d535d8df5129732aab215d;hp=9ce116b0da5813e51e050724fe1181681cf49f74;hpb=083d994896c30d9c560580daa19c9ca370901e3a;p=idzebra-moved-to-github.git diff --git a/dfa/dfa.c b/dfa/dfa.c index 9ce116b..fa69d5b 100644 --- a/dfa/dfa.c +++ b/dfa/dfa.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: dfa.c,v $ - * Revision 1.3 1995-09-04 12:33:26 adam + * Revision 1.4 1995-09-28 09:18:52 adam + * Removed various preprocessor defines. + * + * Revision 1.3 1995/09/04 12:33:26 adam * Various cleanup. YAZ util used instead. * * Revision 1.2 1995/01/25 11:30:50 adam @@ -60,7 +63,6 @@ int debug_dfa_trav = 0; int debug_dfa_tran = 0; int debug_dfa_followpos = 0; int dfa_verbose = 0; -int yydebug = 0; static struct DFA_parse *parse_info = NULL;