summaryrefslogtreecommitdiff
path: root/src/cstrnops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cstrnops.h')
-rw-r--r--src/cstrnops.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cstrnops.h b/src/cstrnops.h
index 4d2686e..644ff67 100644
--- a/src/cstrnops.h
+++ b/src/cstrnops.h
@@ -1,7 +1,7 @@
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
- /* CLIPS Version 6.20 01/31/02 */
+ /* CLIPS Version 6.30 08/16/14 */
/* */
/* CONSTRAINT OPERATIONS HEADER FILE */
/*******************************************************/
@@ -48,6 +48,6 @@
LOCALE void RemoveConstantFromConstraint(void *,int,void *,CONSTRAINT_RECORD *);
#endif
-#endif
+#endif /* (! RUN_TIME) */
-#endif
+#endif /* _H_cstrnops */