summaryrefslogtreecommitdiff
path: root/src/include/CactusrfrInterface.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/CactusrfrInterface.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/CactusrfrInterface.h')
-rw-r--r--src/include/CactusrfrInterface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/CactusrfrInterface.h b/src/include/CactusrfrInterface.h
index 139d9d32..0f583593 100644
--- a/src/include/CactusrfrInterface.h
+++ b/src/include/CactusrfrInterface.h
@@ -10,7 +10,7 @@
#ifndef _CACTUSRFRINTERFACE_H_
#define _CACTUSRFRINTERFACE_H_
-#ifdef _cplusplus
+#ifdef __cplusplus
extern "C" {
#endif
@@ -31,7 +31,7 @@ int CCTK_rfrTriggerAction(void *GH, int group);
int CCTK_rfrCallFunc(void *GH, int language, void *function);
-#ifdef _cplusplus
+#ifdef __cplusplus
}
#endif