diff options
Diffstat (limited to 'Include/pgenheaders.h')
-rw-r--r-- | Include/pgenheaders.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Include/pgenheaders.h b/Include/pgenheaders.h index 049e9f4..8395960 100644 --- a/Include/pgenheaders.h +++ b/Include/pgenheaders.h @@ -1,3 +1,9 @@ +#ifndef Py_PGENHEADERS_H +#define Py_PGENHEADERS_H +#ifdef __cplusplus +extern "C" { +#endif + /*********************************************************** Copyright 1991, 1992, 1993 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. @@ -52,3 +58,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "mymalloc.h" extern void fatal PROTO((char *)); + +#ifdef __cplusplus +} +#endif +#endif /* !Py_PGENHEADERS_H */ |