summaryrefslogtreecommitdiff
path: root/src/include/StoreHandledData.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/StoreHandledData.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/StoreHandledData.h')
-rw-r--r--src/include/StoreHandledData.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/StoreHandledData.h b/src/include/StoreHandledData.h
index 70001840..ec63394d 100644
--- a/src/include/StoreHandledData.h
+++ b/src/include/StoreHandledData.h
@@ -29,7 +29,7 @@ typedef struct
/* Function prototypes. */
-#ifdef _cplusplus
+#ifdef __cplusplus
extern "C"
{
#endif
@@ -40,7 +40,7 @@ void *CCTK_GetHandledData(cHandledData *storage, int handle);
int CCTK_GetHandle(cHandledData *storage, const char *name, void **data);
char *CCTK_GetHandleName(cHandledData *storage, int handle);
-#ifdef _cplusplus
+#ifdef __cplusplus
}
#endif