------------------------------------------------------------------------
r8575 | dothebart | 2010-05-18 18:52:46 -0400 (Tue, 18 May 2010) | 5 lines
Changed paths:
   M /trunk/citadel/context.c
   M /trunk/citadel/context.h
   M /trunk/citadel/file_ops.c
   M /trunk/citadel/ldap.c
   M /trunk/citadel/modules/expire/expire_policy.c
   M /trunk/citadel/room_ops.c
   M /trunk/citadel/user_ops.c
   M /trunk/citadel/user_ops.h

* 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


------------------------------------------------------------------------

Reply via email to