From: Ben Walton Date: Sun, 28 Sep 2014 07:50:26 +0000 (+0100) Subject: trace.c: do not mark getnanotime() as "inline" X-Git-Tag: v2.2.0-rc0~44^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6433d569753e8d33d3f7beca16a65f2fc481aade?hp=6433d569753e8d33d3f7beca16a65f2fc481aade trace.c: do not mark getnanotime() as "inline" Oracle Studio compilers don't allow for static variables in functions that are defined to be inline. GNU C does permit this. Let's reference the C99 standard though, which doesn't allow for inline functions to contain modifiable static variables. Signed-off-by: Ben Walton Signed-off-by: Junio C Hamano ---