Bump year. Change Aps->ApS
[idzebra-moved-to-github.git] / dfa / dfa.c
index 340cffc..310bd58 100644 (file)
--- a/dfa/dfa.c
+++ b/dfa/dfa.c
@@ -1,6 +1,6 @@
-/* $Id: dfa.c,v 1.29 2003-06-18 11:46:33 adam Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002
-   Index Data Aps
+/* $Id: dfa.c,v 1.32 2005-01-15 19:38:18 adam Exp $
+   Copyright (C) 1995-2005
+   Index Data ApS
 
 This file is part of the Zebra server.
 
@@ -459,7 +459,7 @@ static int map_l_char (struct DFA_parse *parse_info)
     
     parse_info->expr_ptr = (const unsigned char *) cp0;
     parse_info->look_ch = ((unsigned char **) mapto)[i][0];
-    logf (LOG_DEBUG, "map from %c to %d", parse_info->expr_ptr[-1], parse_info->look_ch);
+    yaz_log (YLOG_DEBUG, "map from %c to %d", parse_info->expr_ptr[-1], parse_info->look_ch);
     return L_CHAR;
 }
 
@@ -1068,7 +1068,6 @@ static struct DFA_states *mk_dfas (struct DFA_parse *dfap, int poset_chunk)
     mk_dfa_tran (parse_info, dfas);
     if (debug_dfa_tran)
     {
-       printf ("PR_TRAN\n");
         pr_tran (parse_info, dfas);
     }
     if (dfa_verbose)