mirror of
https://github.com/RubyMetric/chsrc
synced 2026-02-27 17:41:18 +08:00
Fix pl recipes
This commit is contained in:
@@ -170,6 +170,7 @@ TargetRegisterInfo_t;
|
||||
|
||||
/* 以下宏仅能放在 prelude() 中使用 */
|
||||
#define use_this(t) Target_t *this = &t##_target;
|
||||
#define use_this_source(t) use_this(t); Source_t source = chsrc_yield_source_and_confirm (this, option);
|
||||
|
||||
#define def_sources_begin() SourceProvider_t upstream = UpstreamProvider; Source_t sources[] = {
|
||||
#define def_sources_end() }; \
|
||||
|
||||
Reference in New Issue
Block a user