summaryrefslogtreecommitdiff
path: root/src/include/StoreNamedData.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/StoreNamedData.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/StoreNamedData.h')
-rw-r--r--src/include/StoreNamedData.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/StoreNamedData.h b/src/include/StoreNamedData.h
index 946db934..6f915aa5 100644
--- a/src/include/StoreNamedData.h
+++ b/src/include/StoreNamedData.h
@@ -27,7 +27,7 @@ typedef struct PNamedData
/* Function prototypes. */
-#ifdef _cplusplus
+#ifdef __cplusplus
extern "C" {
#endif
@@ -40,7 +40,7 @@ void *GetNamedData(pNamedData *list, const char *name);
/* destroy the data. */
void DestroyNamedDataList(pNamedData *list);
-#ifdef _cplusplus
+#ifdef __cplusplus
}
#endif