summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-07 20:27:27 +0000
committerluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-07 20:27:27 +0000
commitab3fb5634a41f43108a3203bf0d113b47e128522 (patch)
tree83ca6f1e35b2d52c8eb7d68ba5b5a1c47b78d618
parent9c026088b9814cd06ae0de979c1508cb3a1ed915 (diff)
downloadATCD-ab3fb5634a41f43108a3203bf0d113b47e128522.tar.gz
Fri Jul 7 15:24:57 2000 Luther J Baker <luther@cs.wustl.edu>
-rw-r--r--PACE/ChangeLog6
-rw-r--r--PACE/pace/config/compiler.h13
2 files changed, 8 insertions, 11 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog
index c36fc597342..8263f4a2809 100644
--- a/PACE/ChangeLog
+++ b/PACE/ChangeLog
@@ -1,3 +1,9 @@
+Fri Jul 7 15:24:57 2000 Luther J Baker <luther@cs.wustl.edu>
+
+ * pace/config/compiler.h:
+
+ # define PACE_HAS_CPLUSPLUS __cplusplus
+
Fri Jul 07 14:41:51 2000 Luther J Baker <luther@cs.wustl.edu>
* pace/win32/types.h:
diff --git a/PACE/pace/config/compiler.h b/PACE/pace/config/compiler.h
index 853431b2796..7f127fc0de4 100644
--- a/PACE/pace/config/compiler.h
+++ b/PACE/pace/config/compiler.h
@@ -17,7 +17,7 @@
#define PACE_CONFIG_COMPILER_H
#if defined (__cplusplus)
-# define PACE_HAS_CPLUSPLUS
+# define PACE_HAS_CPLUSPLUS __cplusplus
# if defined (PACE_HAS_INLINE)
# define PACE_INLINE inline
# else
@@ -32,7 +32,7 @@
# else
# define PACE_INLINE
# endif /* ! PACE_HAS_INLINE */
-#endif /* ! __cplusplus */
+#endif /* ! __cplusplus */
/* ============================================================================
* Compiler Silencing macros
@@ -61,12 +61,3 @@
#endif /* ! ghs || __GNUC__ || ..... */
#endif /* PACE_CONFIG_COMPILER_H */
-
-
-
-
-
-
-
-
-