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,