diff -r 93328f425669 -r 307c7296064e ShortFloat.st --- a/ShortFloat.st Thu Sep 14 21:08:39 2006 +0200 +++ b/ShortFloat.st Thu Sep 14 21:26:56 2006 +0200 @@ -133,10 +133,10 @@ # endif #endif /* realIX */ -#ifndef isfinitef(x) +#ifndef isfinitef # define isfinitef(x) isfinite(x) #endif -#ifndef isnanf(x) +#ifndef isnanf # define isnanf(x) isnan(x) #endif @@ -1638,5 +1638,5 @@ !ShortFloat class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/ShortFloat.st,v 1.94 2006-08-23 14:02:34 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/ShortFloat.st,v 1.95 2006-09-14 19:26:56 stefan Exp $' ! !