Put local variables footer in all c, h files.
[idzebra-moved-to-github.git] / dfa / grepper.c
index 48fa465..590d78c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: grepper.c,v 1.12 2005-01-15 19:38:19 adam Exp $
+/* $Id: grepper.c,v 1.15 2006-05-10 08:13:18 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -27,7 +27,8 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include <ctype.h>
 #include <assert.h>
 
-#include <zebrautl.h>
+#include <idzebra/util.h>
+#include <yaz/yaz-util.h>
 #include <dfa.h>
 #include "imalloc.h"
 
@@ -418,3 +419,11 @@ int main (int argc, char **argv)
     dfa_delete (&dfa);
     return 0;
 }
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+