diff options
author | 卜部昌平 <shyouhei@ruby-lang.org> | 2019-12-16 17:38:41 +0900 |
---|---|---|
committer | 卜部昌平 <shyouhei@ruby-lang.org> | 2019-12-16 17:52:18 +0900 |
commit | ba11a74745e10fac88a74c2da2e0032ccf254265 (patch) | |
tree | 90645559ab20180ea9eb0868a091e334b82b6fc8 /regcomp.c | |
parent | 6545d5bbb9517a9364bd59a12a98d3e00516e07e (diff) | |
download | ruby-ba11a74745e10fac88a74c2da2e0032ccf254265.tar.gz |
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.
Diffstat (limited to 'regcomp.c')
0 files changed, 0 insertions, 0 deletions