标签:ror macro before fine art def str for end
1. example 0
A_CAREFULLLESS_SOMETHING /* not ended with a ; */
#define DEFINE_MACRO0
#define DEFINE_MACRO1
......
typedef enum
{
TYPEDEF_ENUM_0
......
} TYPEDEF_ENUM;
build error: there needs a ;, , or = before typedef enum.
so you should check the part before typedef enum.
标签:ror macro before fine art def str for end
原文地址:http://www.cnblogs.com/aspirs/p/7783972.html