diff options
author | Ben Walton <bdwalton@gmail.com> | 2014-09-28 08:50:26 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-29 16:13:58 -0700 |
commit | 6433d569753e8d33d3f7beca16a65f2fc481aade (patch) | |
tree | 81e530c1c765bee41e6418a8215a4c1b2eaedb41 /delta.h | |
parent | Merge branch 'maint' of git://github.com/git-l10n/git-po into maint (diff) | |
download | tgif-6433d569753e8d33d3f7beca16a65f2fc481aade.tar.xz |
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 <bdwalton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'delta.h')
0 files changed, 0 insertions, 0 deletions