From 8dd980024829b25c33cc93e76a5a1d48807b7a95 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 17:46:55 +0000 Subject: [PATCH] fix: default to low memory mode when float/double sizes are unknown Co-Authored-By: zfields@blues.com --- note.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/note.h b/note.h index 89156660..55380cb1 100644 --- a/note.h +++ b/note.h @@ -41,7 +41,8 @@ #define NOTE_C_LOW_MEM #endif #else -#error What are floating point exponent length symbols for this compiler? +// Default to low memory mode if we can't determine float/double sizes +#define NOTE_C_LOW_MEM #endif // NOTE_LOWMEM is the old name of NOTE_C_LOW_MEM. If NOTE_LOWMEM is defined,