------------------------------------------------------------------------
r8719 | ajc | 2010-07-27 10:12:07 -0400 (Tue, 27 Jul 2010) | 1 line
Changed paths:
   M /trunk/citadel/clientsocket.c
   M /trunk/citadel/context.c
   M /trunk/citadel/msgbase.c
   M /trunk/citadel/sysdep.c
   M /trunk/citadel/user_ops.c

* Changed some instances of 'struct CitContext *CCC = CC;' to 'struct 
CitContext *CCC = MyContext();' in order to demonstrate one way in which we 
might eliminate the CC macro
------------------------------------------------------------------------

Reply via email to