fix: remove bad define directive in nilinkedlist.h
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
#include "../ni-arena/niarena.h"
|
#include "../ni-arena/niarena.h"
|
||||||
|
|
||||||
#define NILINKEDLIST_IMPLEMENTATION
|
|
||||||
|
|
||||||
typedef struct _NILinkedListNode {
|
typedef struct _NILinkedListNode {
|
||||||
void *content;
|
void *content;
|
||||||
struct _NILinkedListNode *next;
|
struct _NILinkedListNode *next;
|
||||||
|
|||||||
Reference in New Issue
Block a user