wctype-h: better 'inline'
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 21 Nov 2012 06:25:07 +0000 (22:25 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Nov 2012 07:38:52 +0000 (23:38 -0800)
commit15b55826727e2010405953a370da01c59ab9ea0d
treed4a45bf9b019caae5042ec4181da48a94bbf5b5e
parent108828a0e95d3c4e89ff4f38fe4b39ae6218792e
wctype-h: better 'inline'

* lib/wctype-h.c: New file.
* lib/wctype.in.h (_GL_WCTYPE_INLINE):
New macro.  Replace all uses of 'static inline' with it.
Use _GL_INLINE_HEADER_BEGIN, _GL_INLINE_HEADER_END.
* m4/wctype_h.m4 (gl_WCTYPE_H): Do not require AC_C_INLINE.
* modules/wctype-h (Files, lib_SOURCES): Add lib/wctype-h.c.
(Depends-on): Add extern-inline.
ChangeLog
lib/wctype-h.c [new file with mode: 0644]
lib/wctype.in.h
m4/wctype_h.m4
modules/wctype-h