aboutsummaryrefslogtreecommitdiff
path: root/src/pugh_extension.h
diff options
context:
space:
mode:
authortradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-08-01 20:19:06 +0000
committertradke <tradke@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-08-01 20:19:06 +0000
commit48884481c20ed529f7bbefada6a582ef9be8c83d (patch)
tree23e794d05513ca3d1a132ce1cad87df2d5cb6163 /src/pugh_extension.h
parent50df5c008caf14f626a570ee3d4ca3fde5c3c5e4 (diff)
#ifdef _cplusplus should read #ifdef __cplusplus.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@254 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/pugh_extension.h')
-rw-r--r--src/pugh_extension.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pugh_extension.h b/src/pugh_extension.h
index 62cf29b..d8ee115 100644
--- a/src/pugh_extension.h
+++ b/src/pugh_extension.h
@@ -11,7 +11,7 @@
#ifndef _PUGH_EXTENSION_H_
#define _PUGH_EXTENSION_H_ 1
-#ifdef _cplusplus
+#ifdef __cplusplus
extern "C"
{
#endif
@@ -28,7 +28,7 @@ int PUGH_InitGH(cGH *GH);
int PUGH_ScheduleTraverseGH(cGH *GH,
const char *where);
-#ifdef _cplusplus
+#ifdef __cplusplus
}
#endif