pike.git/
src/
array.h
Branch:
Tag:
Non-build tags
All tags
No tags
2010-10-16
2010-10-16 23:52:23 by Martin Stjernholm <mast@lysator.liu.se>
ed9238b326b92263bfb11914258afddc8cdf79a2 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
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 *);