diff options
| -rw-r--r-- | numpy/f2py/src/test/foomodule.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/f2py/src/test/foomodule.c b/numpy/f2py/src/test/foomodule.c index 10f02f42b..d7ecc2519 100644 --- a/numpy/f2py/src/test/foomodule.c +++ b/numpy/f2py/src/test/foomodule.c @@ -5,7 +5,7 @@ * $Revision: 1.2 $ * $Date: 2000/09/17 16:10:27 $ */ -#ifdef __CPLUSPLUS__ +#ifdef __cplusplus extern "C" { #endif @@ -139,6 +139,6 @@ void initfoo() { Py_FatalError("can't initialize module foo"); } -#ifdef __CPLUSCPLUS__ +#ifdef __cplusplus } #endif |
