From 84025f52cca94457fb1753a1264ec477725b4a48 Mon Sep 17 00:00:00 2001 From: lucielle Date: Wed, 10 Jun 2026 08:40:09 -0500 Subject: [PATCH] Fix clangd slop --- .clangd | 2 +- array.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.clangd b/.clangd index e467247..2c0d843 100644 --- a/.clangd +++ b/.clangd @@ -1,2 +1,2 @@ CompileFlags: - Add: [-xc] \ No newline at end of file + Add: [-xc, -DL_ARRAY_IMPLEMENTATION] \ No newline at end of file diff --git a/array.h b/array.h index 18f3398..316af32 100644 --- a/array.h +++ b/array.h @@ -1,6 +1,5 @@ #ifndef LTYPES_ARRAY_H #define LTYPES_ARRAY_H -// #define L_ARRAY_IMPLEMENTATION // for development to fix clangd #define L_TYPES_AUTHOR "Lucielle