From 7f7566324b18833d2868ea45e2b28dcdc547d879 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 9 Apr 2024 11:17:46 -0400 Subject: Update - Separate al_str_c functions between compile-time and runtime - Remove volatile from atomics - Allow not specifying a section in the log - Cleanup Signed-off-by: Andrew Opalach --- tests/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/main.c b/tests/main.c index 622e969..2d50d72 100644 --- a/tests/main.c +++ b/tests/main.c @@ -1,7 +1,7 @@ #include #include "array.h" -#ifdef HAVE_GNU_EXTENSIONS +#ifdef AL_HAVE_GNU_EXTENSIONS #include "array_typed.h" #endif #include "str.h" @@ -10,7 +10,7 @@ s32 main(void) { if (!array_tests_run()) goto fail; -#ifdef HAVE_GNU_EXTENSIONS +#ifdef AL_HAVE_GNU_EXTENSIONS if (!array_typed_tests_run()) goto fail; #endif if (!str_tests_run()) goto fail; -- cgit v1.2.3-101-g0448