Project

General

Profile

« Previous | Next » 

Revision 90e5ce61

Added by tagomoris (Satoshi Tagomori) 6 months ago

Rename RCLASS_EXT() macro to RCLASS_EXT_PRIME() to prevent using it wrongly

The macro RCLASS_EXT() accesses the prime classext directly, but it can be
valid only in a limited situation when namespace is enabled.
So, to prevent using RCLASS_EXT() in the wrong way, rename the macro and
let the developer check it is ok to access the prime classext or not.