Put local variables footer in all c, h files.
[idzebra-moved-to-github.git] / dfa / bset.c
index 8fef050..d71fd45 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: bset.c,v 1.7 2005-01-15 19:38:18 adam Exp $
+/* $Id: bset.c,v 1.9 2006-05-10 08:13:18 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -27,7 +27,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include <stdlib.h>
 #include <string.h>
 
-#include <zebrautl.h>
+#include <idzebra/util.h>
 #include <bset.h>
 #include "imalloc.h"
 
@@ -274,3 +274,11 @@ void pr_charBSet (BSetHandle *sh, BSet src, void (*f) (int))
 }
 
 
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+