Commit 816d28e7 by Ben Straub

Mark git__timer as inline on OSX

parent c655aa52
......@@ -379,7 +379,7 @@ GIT_INLINE(double) git__timer(void)
#include <mach/mach_time.h>
double git__timer(void)
GIT_INLINE(double) git__timer(void)
{
uint64_t time = mach_absolute_time();
static double scaling_factor = 0;
......
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