Fix clangd slop

This commit is contained in:
2026-06-10 08:40:09 -05:00
parent d523097f2e
commit 84025f52cc
2 changed files with 1 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
CompileFlags:
Add: [-xc]
Add: [-xc, -DL_ARRAY_IMPLEMENTATION]

View File

@@ -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 <luci@git.lunarware.tech"
#define L_TYPES_REPO "https://git.lunarware.tech/lucielle/ltypes.git"