修改编译器选择宏

This commit is contained in:
ranchuan
2023-11-02 18:25:12 +08:00
parent 17729e664f
commit 250f91bbad
4 changed files with 5 additions and 5 deletions

View File

@@ -140,7 +140,7 @@ static array_def *protu_try_decode(protu_def *p,array_def *data)
extern const int codecstruct$$Limit;
codec_item *start=(codec_item *)&codecstruct$$Base;
codec_item *end=(codec_item *)&codecstruct$$Limit;
#else
#elif defined (__GNUC__)
extern const int __start_codecstruct;
extern const int __stop_codecstruct;
codec_item *start=(codec_item *)&__start_codecstruct;