More verbose.
[yaz-moved-to-github.git] / zutil / logrpn.c
index 0b1d5fa..b56e6a8 100644 (file)
@@ -1,10 +1,18 @@
 /*
- * Copyright (C) 1995-1999, Index Data
+ * Copyright (C) 1995-2000, Index Data
  * All rights reserved.
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: logrpn.c,v $
- * Revision 1.2  1999-08-27 09:40:33  adam
+ * Revision 1.4  2000-01-31 13:15:22  adam
+ * Removed uses of assert(3). Cleanup of ODR. CCL parser update so
+ * that some characters are not surrounded by spaces in resulting term.
+ * ILL-code updates.
+ *
+ * Revision 1.3  1999/11/30 13:47:12  adam
+ * Improved installation. Moved header files to include/yaz.
+ *
+ * Revision 1.2  1999/08/27 09:40:33  adam
  * Renamed logf function to yaz_log. Removed VC++ project files.
  *
  * Revision 1.1  1999/06/08 10:10:16  adam
  *
  */
 #include <stdio.h>
-#include <assert.h>
 
-#include <log.h>
-#include <logrpn.h>
+#include <yaz/log.h>
+#include <yaz/logrpn.h>
 
 static void attrStr (int type, int value, enum oid_value ast, char *str)
 {