summaryrefslogtreecommitdiff
path: root/src/rulecstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rulecstr.h')
-rw-r--r--src/rulecstr.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/rulecstr.h b/src/rulecstr.h
index a34a33a..8d18994 100644
--- a/src/rulecstr.h
+++ b/src/rulecstr.h
@@ -1,7 +1,7 @@
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
- /* CLIPS Version 6.24 06/05/06 */
+ /* CLIPS Version 6.30 08/16/14 */
/* */
/* RULE CONSTRAINTS HEADER FILE */
/*******************************************************/
@@ -19,6 +19,8 @@
/* */
/* 6.24: Renamed BOOLEAN macro type to intBool. */
/* */
+/* 6.30: Support for long long integers. */
+/* */
/*************************************************************/
#ifndef _H_rulecstr
@@ -45,5 +47,5 @@
int);
LOCALE intBool CheckRHSForConstraintErrors(void *,struct expr *,struct lhsParseNode *);
-#endif
+#endif /* _H_rulecstr */