Skip to content

Commit

Permalink
fix: default to low memory mode when float/double sizes are unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 9aa656c commit 8dd9800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion note.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8dd9800

Please sign in to comment.