summaryrefslogtreecommitdiffstats
path: root/Objects/fileobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/fileobject.c')
-rw-r--r--Objects/fileobject.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/Objects/fileobject.c b/Objects/fileobject.c
index 0cf2b47..066172b 100644
--- a/Objects/fileobject.c
+++ b/Objects/fileobject.c
@@ -21,10 +21,6 @@
#define NEWLINE_LF 2 /* \n newline seen */
#define NEWLINE_CRLF 4 /* \r\n newline seen */
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/* External C interface */
PyObject *
@@ -539,8 +535,3 @@ _PyFile_Flush(PyObject *file)
Py_DECREF(tmp);
return 0;
}
-
-
-#ifdef __cplusplus
-}
-#endif