stat-time: use extern-inline
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 28 Jul 2012 14:15:59 +0000 (07:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Aug 2012 21:33:36 +0000 (14:33 -0700)
commit56c2613a06eea1a53d601219618ad0d6ce54afa1
treeb2127adbbf5563c53a67bb44b58d3b2bd1d21ade
parent42d0be9fcf58e6574c4bab7322c8909afe2ff25c
stat-time: use extern-inline

* lib/stat-time.c: New file.
* lib/stat-time.h: Use _GL_INLINE_HEADER_BEGIN, _GL_INLINE_HEADER_END.
(_GL_STAT_TIME_INLINE): New macro.  Use it instead of 'static inline'.
* modules/stat-time (Files): Add lib/stat-time.c.
(Depends-on): Add extern-inline.
(lib_SOURCES): Add stat-time.c.
ChangeLog
lib/stat-time.c [new file with mode: 0644]
lib/stat-time.h
modules/stat-time