summaryrefslogtreecommitdiff
path: root/ext/json/lib
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-12-22 16:15:35 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-12-22 16:18:17 +0900
commit7fbad9224188905a6d96dee5aad5b1e1564e4461 (patch)
tree243f650ad2060547be895633572a29b6cd53f13a /ext/json/lib
parent7898bc92258aff74d7600abe5dbdedff9b543cf0 (diff)
rb_cData: no longer exists
Commit 8918a9cf6c65409ae1ffcdea324a1b97c6e5bb70 introduced macro `#define rb_cData rb_cData()`. This deleting `VALUE rb_cData;` declaration was then macro-expanded into `VALUE rb_cData();`. This worked by accident because the expanded expression happen to be a K&R style function declaration. This is rather complicated and I guess unintended. Just delete the line to keep things simple straight forward.
Diffstat (limited to 'ext/json/lib')
0 files changed, 0 insertions, 0 deletions