@@ -74,10 +74,14 @@ #ifdef OF_AMIGAOS_M68K /* libnix has strtod, but not strtof */ # define strtof strtod #endif + +#ifndef INFINITY +# define INFINITY __builtin_inf() +#endif static struct { Class isa; } placeholder;