重命名为 chsrc_use_this_source()

This commit is contained in:
Aoran Zeng
2025-08-22 14:40:25 +08:00
parent c8818e4923
commit 64924a7ffc
56 changed files with 59 additions and 59 deletions

View File

@@ -178,7 +178,7 @@ TargetRegisterInfo_t;
#define chef_prep_this(t,op) Target_t *this = &t##_target; this->inited = true; chef_allow_##op(t);
#define use_this(t) Target_t *this = &t##_target;
#define use_this_source(t) Target_t *this = &t##_target; Source_t source = chsrc_yield_source_and_confirm (this, option);
#define chsrc_use_this_source(t) Target_t *this = &t##_target; Source_t source = chsrc_yield_source_and_confirm (this, option);
#define def_sources_begin() Source_t sources[] = {
#define def_sources_end() }; \