u64: use extern-inline
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 Jul 2012 14:20:59 +0000 (07:20 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Aug 2012 21:33:37 +0000 (14:33 -0700)
commit7daecec0bd1a9daef7fa5b2a40d161701bd97210
tree4056a75ae76439b32bdcf22777a89984341e146f
parent9defd14457b4a2e3ba0b692ac12866c0f45deb70
u64: use extern-inline

* lib/u64.c: New file.
* lib/u64.h: Use _GL_INLINE_HEADER_BEGIN, _GL_INLINE_HEADER_END.
(_GL_U64_INLINE): New macro.  Use it instead of 'static inline'.
* modules/u64 (Files): Add lib/u64.c.
(Depends-on): Add extern-inline.
(configure.ac): No need to require AC_C_INLINE, since extern-inline
does that now.
(lib_SOURCES): Add u64.c.
ChangeLog
lib/u64.c [new file with mode: 0644]
lib/u64.h
modules/u64