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