summaryrefslogtreecommitdiff
path: root/src/factrete.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/factrete.h')
-rw-r--r--src/factrete.h14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/factrete.h b/src/factrete.h
index 04e8aca..183402c 100644
--- a/src/factrete.h
+++ b/src/factrete.h
@@ -1,7 +1,7 @@
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
- /* CLIPS Version 6.24 06/05/06 */
+ /* CLIPS Version 6.30 08/16/14 */
/* */
/* FACT RETE ACCESS FUNCTIONS HEADER FILE */
/*******************************************************/
@@ -16,7 +16,17 @@
/* */
/* Revision History: */
/* */
-/* 6.24: Renamed BOOLEAN macro type to intBool. */
+/* 6.23: Correction for FalseSymbol/TrueSymbol. DR0859 */
+/* */
+/* 6.24: Removed INCREMENTAL_RESET compilation flag. */
+/* */
+/* Renamed BOOLEAN macro type to intBool. */
+/* */
+/* 6.30: Removed conditional code for unsupported */
+/* compilers/operating systems (IBM_MCW, */
+/* MAC_MCW, and IBM_TBC). */
+/* */
+/* Support for hashing optimizations. */
/* */
/*************************************************************/