[Mono-dev] Fix to trunk/mono/utils/mono-ehash.c

Miguel de Icaza miguel at novell.com
Wed Mar 21 11:38:31 EDT 2007


Hello,

> I noticed when trying to build on OS X with eglib turned on it was
> throwing an error in mono-ehash.c:180 about ABS not taking two
> arguments.

Ah, we are using a different definition for ABS:

#define ABS(a,b)        (((a)>(b)) ? ((a)-(b)) : ((b)-(a)))

It seems that we got that one wrong.

Miguel.




More information about the Mono-devel-list mailing list