From 4ca4b075167745bb2c1743e6ef7de9f78f793490 Mon Sep 17 00:00:00 2001 From: "Roger E. Masse" Date: Tue, 17 Dec 1996 17:46:28 +0000 Subject: [PATCH] Opps, left in a /*#include "modsupport.h"*/ --- Modules/fcntlmodule.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/fcntlmodule.c b/Modules/fcntlmodule.c index 906993ab87..e7c91b19df 100644 --- a/Modules/fcntlmodule.c +++ b/Modules/fcntlmodule.c @@ -32,7 +32,6 @@ PERFORMANCE OF THIS SOFTWARE. /* fcntl module */ #include "Python.h" -/*#include "modsupport.h"*/ #ifdef HAVE_UNISTD_H #include -- 2.50.1