Project

General

Profile

« Previous | Next » 

Revision ba11a747

Added by shyouhei (Shyouhei Urabe) almost 6 years ago

ensure cc->def == cc->me->def

The equation shall hold for every call cache. However prior to this
changeset cc->me could be updated without also updating cc->def. Let's
make it sure by introducing new macro named CC_SET_ME which sets cc->me
and cc->def at once.