1、【移动】C99 检查至 cm_backtrace.c 。

Signed-off-by: armink <armink.ztl@gmail.com>
This commit is contained in:
armink
2017-10-12 20:45:45 +08:00
parent a162e335ac
commit 4f946db872
2 changed files with 4 additions and 4 deletions
+4
View File
@@ -31,6 +31,10 @@
#include <string.h>
#include <stdio.h>
#if __STDC_VERSION__ < 199901L
#error "must be C99 or higher. try to add '-std=c99' to compile parameters"
#endif
#if defined(__CC_ARM)
#define SECTION_START(_name_) _name_##$$Base
#define SECTION_END(_name_) _name_##$$Limit