summaryrefslogtreecommitdiff
path: root/src/modulcmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modulcmp.h')
-rw-r--r--src/modulcmp.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/modulcmp.h b/src/modulcmp.h
index 5fb1e12..6230ef5 100644
--- a/src/modulcmp.h
+++ b/src/modulcmp.h
@@ -1,7 +1,7 @@
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
- /* CLIPS Version 6.20 01/31/02 */
+ /* CLIPS Version 6.30 08/16/14 */
/* */
/* DEFMODULE CONSTRUCT COMPILER HEADER FILE */
/*******************************************************/
@@ -17,6 +17,18 @@
/* */
/* Revision History: */
/* */
+/* 6.24: Added environment parameter to GenClose. */
+/* */
+/* 6.30: Removed conditional code for unsupported */
+/* compilers/operating systems (IBM_MCW, */
+/* MAC_MCW, and IBM_TBC). */
+/* */
+/* Added support for path name argument to */
+/* constructs-to-c. */
+/* */
+/* Added const qualifiers to remove C++ */
+/* deprecation warnings. */
+/* */
/*************************************************************/
#ifndef _H_modulcmp
@@ -45,4 +57,4 @@
LOCALE void DefmoduleCompilerSetup(void *);
LOCALE void PrintDefmoduleReference(void *,FILE *,struct defmodule *);
-#endif
+#endif /* _H_modulcmp */