| commit | 8bf1e094893cb24796137b47ee0d46d18d299996 | [log] [tgz] |
|---|---|---|
| author | Edward O'Callaghan <eocallaghan@auroraux.org> | Sun Aug 09 18:41:02 2009 +0000 |
| committer | Edward O'Callaghan <eocallaghan@auroraux.org> | Sun Aug 09 18:41:02 2009 +0000 |
| tree | 57669837db32d106ba744be339a354b8055fcfe4 | |
| parent | 33c134702e274fdbcb1672771a137efb82b498b2 [diff] [blame] |
Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@78537 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/clzti2.c b/lib/clzti2.c index acdf479..eb05e2e 100644 --- a/lib/clzti2.c +++ b/lib/clzti2.c
@@ -30,4 +30,4 @@ ((si_int)f & ((si_int)(sizeof(di_int) * CHAR_BIT))); } -#endif +#endif /* __x86_64 */