Perhaps we can find a better way of automating it? 
  
 I suppose we could just eliminate the #define entirely, and then every place
we need CC we could just do 
  
 struct CitContext *CC = MyContext(); 
  
 That's a lot of noise, of course, but if you're going to put "struct CitContext
*CCC = CC;" in every function anyway, I'd rather do this the right way. 
 

Reply via email to