Mercurial > hg > octave-shane > gnulib-hg
diff m4/count-leading-zeros.m4 @ 17166:22a948de1761
count-leading-zeros: better 'inline'
* lib/count-leading-zeros.c: New file.
* lib/count-leading-zeros.h (COUNT_LEADING_ZEROS_INLINE):
New macro. Replace all uses of 'static inline' with it.
Use _GL_INLINE_HEADER_BEGIN, _GL_INLINE_HEADER_END.
* m4/count-leading-zeros.m4 (gl_COUNT_LEADING_ZEROS):
Do not require AC_C_INLINE.
* modules/count-leading-zeros (Files, lib_SOURCES):
Add lib/count-leading-zeros.c.
(Depends-on): Add extern-inline.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 20 Nov 2012 22:25:05 -0800 (2012-11-21) |
parents | abd788a78228 |
children | e542fd46ad6f |
line wrap: on
line diff
--- a/m4/count-leading-zeros.m4 +++ b/m4/count-leading-zeros.m4 @@ -1,4 +1,4 @@ -# count-leading-zeros.m4 serial 1 +# count-leading-zeros.m4 serial 2 dnl Copyright (C) 2012 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -9,7 +9,4 @@ dnl We don't need (and can't compile) count_leading_zeros_ll dnl unless the type 'unsigned long long int' exists. AC_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT]) - - dnl Prerequisites of lib/count-leading-zeros.h. - AC_REQUIRE([AC_C_INLINE]) ])