commit | ccf48131d045e9baf92d215a0b6ca79cafee89b4 | [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 | f3bff39c21726a511b32f2dff5d6db9390b7db44 | |
parent | f48123b4136d80b1a00f3bd5bd186d40cac11ead [diff] [blame] |
Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs llvm-svn: 78537
diff --git a/compiler-rt/lib/clzti2.c b/compiler-rt/lib/clzti2.c index acdf479..eb05e2e 100644 --- a/compiler-rt/lib/clzti2.c +++ b/compiler-rt/lib/clzti2.c
@@ -30,4 +30,4 @@ ((si_int)f & ((si_int)(sizeof(di_int) * CHAR_BIT))); } -#endif +#endif /* __x86_64 */