pangu http编译通过。

This commit is contained in:
zhengchao
2018-09-14 16:33:36 +08:00
parent c1dce174f2
commit bc896c6a61
6 changed files with 121 additions and 112 deletions

View File

@@ -15,7 +15,7 @@
#endif
#define ALLOC(type, number) ((type *)calloc(sizeof(type), number))
#define FREE(p) {free(*p);*p=NULL}
#define FREE(p) {free(*p);*p=NULL;}
#define TFE_STRUCT_ALLOC(struct_type) __extension__ \
({ \