pangu http编译通过。
This commit is contained in:
@@ -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__ \
|
||||
({ \
|
||||
|
||||
Reference in New Issue
Block a user