diff options
Diffstat (limited to 'Include/myproto.h')
-rw-r--r-- | Include/myproto.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Include/myproto.h b/Include/myproto.h index 94be8df..5d25d2c 100644 --- a/Include/myproto.h +++ b/Include/myproto.h @@ -1,9 +1,3 @@ -#ifndef Py_PROTO_H -#define Py_PROTO_H -#ifdef __cplusplus -extern "C" { -#endif - /*********************************************************** Copyright (c) 2000, BeOpen.com. Copyright (c) 1995-2000, Corporation for National Research Initiatives. @@ -19,6 +13,12 @@ THIS FILE IS OBSOLETE DON'T USE Py_PROTO or Py_FPROTO anymore. ***************************************/ +#ifndef Py_PROTO_H +#define Py_PROTO_H +#ifdef __cplusplus +extern "C" { +#endif + #ifdef HAVE_PROTOTYPES #define Py_PROTO(x) x #else |