Make print_delta static.
This commit is contained in:
parent
ff649b41e8
commit
1c95155bd1
|
@ -822,7 +822,7 @@ test_with_docstring(PyObject *self)
|
|||
|
||||
#ifdef HAVE_GETTIMEOFDAY
|
||||
/* Profiling of integer performance */
|
||||
void print_delta(int test, struct timeval *s, struct timeval *e)
|
||||
static void print_delta(int test, struct timeval *s, struct timeval *e)
|
||||
{
|
||||
e->tv_sec -= s->tv_sec;
|
||||
e->tv_usec -= s->tv_usec;
|
||||
|
|
Loading…
Reference in New Issue