summaryrefslogtreecommitdiffstats
path: root/Modules/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/main.c')
-rw-r--r--Modules/main.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/Modules/main.c b/Modules/main.c
index 7f88c97..05bedff 100644
--- a/Modules/main.c
+++ b/Modules/main.c
@@ -26,10 +26,6 @@
"Type \"help\", \"copyright\", \"credits\" or \"license\" " \
"for more information."
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/* --- pymain_init() ---------------------------------------------- */
static PyStatus
@@ -742,7 +738,3 @@ Py_BytesMain(int argc, char **argv)
.wchar_argv = NULL};
return pymain_main(&args);
}
-
-#ifdef __cplusplus
-}
-#endif