Define kNullRawSeqStore for every file

This commit is contained in:
senhuang42
2020-10-07 19:02:41 -04:00
parent a6165c1b28
commit b9c8033cde
4 changed files with 5 additions and 11 deletions
+2
View File
@@ -101,6 +101,8 @@ typedef struct {
size_t capacity; /* The capacity starting from `seq` pointer */
} rawSeqStore_t;
UNUSED_ATTR static const rawSeqStore_t kNullRawSeqStore = {NULL, 0, 0, 0, 0};
typedef struct {
int price;
U32 off;