* INLINE doesn't work across several objects as of C99; we just survive it the way...
authorWilfried Göesgens <willi@citadel.org>
Tue, 18 May 2010 22:52:46 +0000 (22:52 +0000)
committerWilfried Göesgens <willi@citadel.org>
Tue, 18 May 2010 22:52:46 +0000 (22:52 +0000)
commit0a73d05f8a5fc4d37c2c7ae9b16daba304e37c6e
tree1078e8c07bd7616a03122cbf5f8158937c74f2d7
parent263eb53ff5e8a68b61789dad6ac3f999d98e8f2c
* INLINE doesn't work across several objects as of C99; we just survive it the way its now because of gcc is sluggish here.
(see http://clang.llvm.org/docs/UsersManual.html#c_modes for details)
Move the INLINE function into the header, make it static INLINE as sugested by jyasskin and sabre
citadel/context.c
citadel/context.h
citadel/file_ops.c
citadel/ldap.c
citadel/modules/expire/expire_policy.c
citadel/room_ops.c
citadel/user_ops.c
citadel/user_ops.h