pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-11-27
2004-11-27 22:48:57 by Martin Stjernholm <mast@lysator.liu.se>
a907459c3a34ec478fef6fab788da5e4fa8049c3 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Note about a case where total order might be assumed.
Rev: src/builtin_functions.c:1.576
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: builtin_functions.c,v 1.
575
2004/11/
14
11
:
43
:
53
mast Exp $
+
|| $Id: builtin_functions.c,v 1.
576
2004/11/
27
22
:
48
:
57
mast Exp $
*/ #include "global.h"
5021:
struct svalue *x = a->item + i; int l,h;
+
/* FIXME: Should it perhaps be is_ge below instead? */
if (!top || !is_lt(x, a->item + stack[top - 1])) return top; l = 0;