aboutsummaryrefslogtreecommitdiff
path: root/src/table.c
diff options
context:
space:
mode:
authorame <[email protected]>2025-09-02 22:40:57 -0500
committerame <[email protected]>2025-09-02 22:40:57 -0500
commit2ac674735ba38c655be4f2e473b82974c76cf8c9 (patch)
treef4a83ca32e1a59367c4d41fc4ba8216f62bb82ec /src/table.c
parent6077a4fd2c280de03d8489a93080f24aa49d56a9 (diff)
better local copying (wip)
Diffstat (limited to 'src/table.c')
-rw-r--r--src/table.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/table.c b/src/table.c
index 9caca0b..418da3a 100644
--- a/src/table.c
+++ b/src/table.c
@@ -1,6 +1,5 @@
#include "table.h"
#include <stdlib.h>
-#define _GNU_SOURCE
#include <string.h>
#include <stdint.h>