Put local variables footer in all c, h files.
[idzebra-moved-to-github.git] / index / limit.c
index b984af8..f431cfb 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: limit.c,v 1.5 2005-10-30 22:52:37 adam Exp $
+/* $Id: limit.c,v 1.7 2006-05-10 08:13:22 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -27,7 +27,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include <yaz/diagbib1.h>
 #include "index.h"
 
-#define ZEBRA_LIMIT_DEBUG 1
+#define ZEBRA_LIMIT_DEBUG 0
 
 struct zebra_limit {
     int complement_flag;
@@ -123,3 +123,11 @@ void zebra_limit_for_rset(struct zebra_limit *zl,
     }
 }
                          
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+