Updated WIN32 code specific sections. Changed header.
[idzebra-moved-to-github.git] / dfa / set.c
index 3c3f832..4a593d1 100644 (file)
--- a/dfa/set.c
+++ b/dfa/set.c
@@ -1,10 +1,16 @@
 /*
- * Copyright (C) 1994, Index Data I/S 
+ * Copyright (C) 1994-1999, Index Data
  * All rights reserved.
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: set.c,v $
- * Revision 1.4  1995-09-04 12:33:27  adam
+ * Revision 1.6  1999-02-02 14:50:13  adam
+ * Updated WIN32 code specific sections. Changed header.
+ *
+ * Revision 1.5  1996/10/29 13:57:29  adam
+ * Include of zebrautl.h instead of alexutil.h.
+ *
+ * Revision 1.4  1995/09/04 12:33:27  adam
  * Various cleanup. YAZ util used instead.
  *
  * Revision 1.3  1995/02/06  10:12:55  adam
@@ -25,7 +31,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <alexutil.h>
 #include <set.h>
 #include "imalloc.h"