Commit 5662746a authored by Guido van Rossum's avatar Guido van Rossum

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

parent 0c2290bd
......@@ -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;
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment