Use CAST_ZINT_TO_INT in some places, so we can easily spot casts
[idzebra-moved-to-github.git] / util / snippet.c
index 7df67f2..b900c1b 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: snippet.c,v 1.5 2005-08-26 10:13:31 adam Exp $
-   Copyright (C) 1995-2005
+/* $Id: snippet.c,v 1.7 2006-06-07 10:14:42 adam Exp $
+   Copyright (C) 1995-2006
    Index Data ApS
 
 This file is part of the Zebra server.
@@ -166,3 +166,11 @@ zebra_snippets *zebra_snippets_window(zebra_snippets *doc, zebra_snippets *hit,
     return result;
 }
                         
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+