diff options
Diffstat (limited to 'Modules/regexpr.h')
-rw-r--r-- | Modules/regexpr.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Modules/regexpr.h b/Modules/regexpr.h index ef46554..7e82abd 100644 --- a/Modules/regexpr.h +++ b/Modules/regexpr.h @@ -1,3 +1,9 @@ +#ifndef Py_REGEXPR_H +#define Py_REGEXPR_H +#ifdef __cplusplus +extern "C" { +#endif + /* regexpr.h @@ -138,3 +144,8 @@ int re_exec(); #endif /* REGEXPR_H */ + +#ifdef __cplusplus +} +#endif +#endif /* !Py_REGEXPR_H */ |