Branch: Tag:

2000-11-08

2000-11-08 20:03:46 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

bignums and other objects with `< `> now work properly in multisets (and switches)

Rev: src/array.c:1.93
Rev: src/docode.c:1.84
Rev: src/encode.c:1.77
Rev: src/mapping.c:1.111
Rev: src/multiset.c:1.29

5:   \*/   /**/   #include "global.h" - RCSID("$Id: docode.c,v 1.83 2000/09/26 22:19:02 hubbe Exp $"); + RCSID("$Id: docode.c,v 1.84 2000/11/08 20:03:45 hubbe Exp $");   #include "las.h"   #include "program.h"   #include "pike_types.h"
958:   #endif       f_aggregate(cases); +  +  /* FIXME: get_switch_order might possibly be able to +  * throw errors, add a catch around this! -Hubbe +  */    order=get_switch_order(Pike_sp[-1].u.array);       if (!Pike_compiler->num_parse_error) {