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