Use allow_

This commit is contained in:
Aoran Zeng
2025-08-10 10:15:26 +08:00
parent d6fbaf91ce
commit e235b6dd17
41 changed files with 110 additions and 110 deletions

View File

@@ -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