Made millitimer() and millisleep() global (what the heck...).

This commit is contained in:
Guido van Rossum 1991-04-03 19:15:32 +00:00
parent 0c2290bd53
commit 5662746a9e
1 changed files with 1 additions and 2 deletions

View File

@ -204,7 +204,7 @@ millitimer()
#include <sys/types.h>
#include <sys/time.h>
static long
long
millitimer()
{
struct timeval t;
@ -215,7 +215,6 @@ millitimer()
}
static
millisleep(msecs)
long msecs;
{