Branch: Tag:

2004-11-27

2004-11-27 22:48:57 by Martin Stjernholm <mast@lysator.liu.se>

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;