fix duplicate symbols bug
This commit is contained in:
4
utils/lists/gryphn_array_list.c
Normal file
4
utils/lists/gryphn_array_list.c
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#include "gryphn_array_list.h"
|
||||||
|
|
||||||
|
GN_ARRAY_LIST_DEFINITION(uint32_t)
|
||||||
|
GN_ARRAY_LIST_DEFINITION(int)
|
@@ -77,7 +77,4 @@ type* type##ArrayListData(type##ArrayList list) { \
|
|||||||
|
|
||||||
|
|
||||||
GN_ARRAY_LIST_HEADER(uint32_t);
|
GN_ARRAY_LIST_HEADER(uint32_t);
|
||||||
GN_ARRAY_LIST_DEFINITION(uint32_t)
|
|
||||||
|
|
||||||
GN_ARRAY_LIST_HEADER(int);
|
GN_ARRAY_LIST_HEADER(int);
|
||||||
GN_ARRAY_LIST_DEFINITION(int)
|
|
||||||
|
Reference in New Issue
Block a user