From: Sjoerd Mullender Date: Wed, 11 Oct 1995 08:47:28 +0000 (+0000) Subject: Removed declaration of sginap because it conflicted with a header file. X-Git-Tag: v1.3~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d0590b544283c2adada7c289616bb4971d4159d;p=thirdparty%2FPython%2Fcpython.git Removed declaration of sginap because it conflicted with a header file. --- diff --git a/Modules/sgimodule.c b/Modules/sgimodule.c index 75a5746fef9a..f19c511a8af6 100644 --- a/Modules/sgimodule.c +++ b/Modules/sgimodule.c @@ -34,8 +34,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #include -extern int sginap(long); - static object * sgi_nap(self, args) object *self;