acl, mbchar, priv-set: use extern-inline
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 Aug 2012 03:59:53 +0000 (20:59 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 22 Sep 2012 08:58:23 +0000 (01:58 -0700)
commit32d8297adbb0fc03f1e0706005e144c7f498507c
tree4880f1f090f9af6788c0638a81adc8b0df723ccf
parentc0d12ddf618396354fdb23264cbda30f81d0d344
acl, mbchar, priv-set: use extern-inline

* lib/set-mode-acl.c, lib/acl-internal.h (ACL_INTERNAL_INLINE):
* lib/mbchar.c, lib/mbchar.h (MBCHAR_INLINE):
* lib/priv-set.c, lib/priv-set.h (PRIV_SET_INLINE):
New macros.
* lib/acl-internal.h, lib/mbchar.h, lib/priv-set.h:
Replace all uses of 'static inline' with it.
Use _GL_INLINE_HEADER_BEGIN, _GL_INLINE_HEADER_END.
* m4/acl.m4 (gl_FUNC_ACL):
* m4/mbchar.m4 (gl_MBCHAR):
* m4/priv-set.m4 (gl_PRIV_SET):
Remove AC_C_INLINE, since 'inline' is no longer used directly.
* modules/acl, modules/mbchar, modules/priv-set (Depends-on):
Add extern-inline.
13 files changed:
ChangeLog
lib/acl-internal.h
lib/mbchar.c
lib/mbchar.h
lib/priv-set.c
lib/priv-set.h
lib/set-mode-acl.c
m4/acl.m4
m4/mbchar.m4
m4/priv-set.m4
modules/acl
modules/mbchar
modules/priv-set