Merge branch 'hotfix/misspelt-macro' into development

This commit is contained in:
John Wellbelove 2021-04-24 11:25:20 +01:00
commit 60afadcf86

View File

@ -74,7 +74,7 @@ SOFTWARE.
// Looks like we don't have these macros defined.
// They're compiler implementation dependent, so we'll make them the same as the max values.
#define HUGE_VAL FLT_MAX
#define HUGE_VALF DLB_MAX
#define HUGE_VALF DBL_MAX
#define HUGE_VALL LDBL_MAX
#endif