summaryrefslogtreecommitdiff
path: root/src/include/CactusCommFunctions.h
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-16 21:35:57 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-16 21:35:57 +0000
commit90326d4b89a9cdc539f874b535478d0260b7b326 (patch)
tree75bb0f0015f52f5b930978d7e912773fd5635809 /src/include/CactusCommFunctions.h
parent9df08c238c0533a5533c14fc8c3f81d98fdf444c (diff)
Changed _cplusplus to __cplusplus . Hopefully this is right now !
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@291 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/CactusCommFunctions.h')
-rw-r--r--src/include/CactusCommFunctions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/CactusCommFunctions.h b/src/include/CactusCommFunctions.h
index 3cabbfd3..2aee7beb 100644
--- a/src/include/CactusCommFunctions.h
+++ b/src/include/CactusCommFunctions.h
@@ -16,7 +16,7 @@
#include "OverloadMacros.h"
-#ifdef _cplusplus
+#ifdef __cplusplus
extern "C" {
#endif
@@ -28,7 +28,7 @@ extern "C" {
#undef OVERLOADABLE(name)
-#ifdef _cplusplus
+#ifdef __cplusplus
}
#endif