修改编译器选择宏
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user