Branch: Tag:

2010-10-16

2010-10-16 23:52:23 by Martin Stjernholm <mast@lysator.liu.se>

Fixed small typo.

96:      /* Special value used for cmpfuns to signify that two values aren't    * equal and have no order relation, i.e. one is neither greater nor -  * lesser than the other. It consists of the largest bit (under the -  * sign bit) set. */ +  * less than the other. It consists of the largest bit (under the sign +  * bit) set. */   #define CMPFUN_UNORDERED (INT_MAX - (INT_MAX >> 1))      typedef int (*cmpfun)(const struct svalue *, const struct svalue *);