summaryrefslogtreecommitdiff
path: root/src/ruledlt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruledlt.h')
-rw-r--r--src/ruledlt.h17
1 files changed, 15 insertions, 2 deletions
diff --git a/src/ruledlt.h b/src/ruledlt.h
index fbde709..8ccc6d2 100644
--- a/src/ruledlt.h
+++ b/src/ruledlt.h
@@ -1,7 +1,7 @@
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
- /* CLIPS Version 6.20 01/31/02 */
+ /* CLIPS Version 6.30 08/16/14 */
/* */
/* RULE DELETION MODULE HEADER FILE */
/*******************************************************/
@@ -18,6 +18,19 @@
/* */
/* Revision History: */
/* */
+/* 6.24: Removed DYNAMIC_SALIENCE compilation flag. */
+/* */
+/* Renamed BOOLEAN macro type to intBool. */
+/* */
+/* 6.30: Removed conditional code for unsupported */
+/* compilers/operating systems (IBM_MCW and */
+/* MAC_MCW). */
+/* */
+/* Added support for hashed memories. */
+/* */
+/* Fixed linkage issue when BLOAD_ONLY compiler */
+/* flag is set to 1. */
+/* */
/*************************************************************/
#ifndef _H_ruledlt
@@ -37,7 +50,7 @@
LOCALE void ReturnDefrule(void *,void *);
LOCALE void DestroyDefrule(void *,void *);
-#endif
+#endif /* _H_ruledlt */