From 5662746a9e0545120d5a0368b465bc93aee3a069 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 3 Apr 1991 19:15:32 +0000 Subject: Made millitimer() and millisleep() global (what the heck...). --- Modules/timemodule.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Modules/timemodule.c b/Modules/timemodule.c index b1c1ce3..765c40a 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -204,7 +204,7 @@ millitimer() #include #include -static long +long millitimer() { struct timeval t; @@ -215,7 +215,6 @@ millitimer() } -static millisleep(msecs) long msecs; { -- cgit v0.12