fix: remove bad define directive in nilinkedlist.h

This commit is contained in:
2026-01-21 20:41:52 +02:00
parent 2566f49a8d
commit 24728efc40

View File

@@ -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;