mirror of
https://github.com/RubyMetric/chsrc
synced 2026-02-28 10:21:09 +08:00
Use allow_
This commit is contained in:
@@ -46,9 +46,9 @@ chef_ensure_trailing_slash (char *str)
|
||||
}
|
||||
|
||||
|
||||
#define chef_has_get() this->getfn = t##_getsrc;
|
||||
#define chef_has_set() this->setfn = t##_setsrc;
|
||||
#define chef_has_reset() this->resetfn = t##_resetsrc;
|
||||
#define chef_allow_get() this->getfn = t##_getsrc;
|
||||
#define chef_allow_set() this->setfn = t##_setsrc;
|
||||
#define chef_allow_reset() this->resetfn = t##_resetsrc;
|
||||
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user