Branch: Tag:

2004-04-15

2004-04-15 00:12:21 by Martin Nilsson <mani@lysator.liu.se>

MAPPING_LOOP -> NEW_MAPPING_LOOP

Rev: src/builtin_functions.c:1.540
Rev: src/mapping.c:1.180
Rev: src/modules/Oracle/oracle.c:1.82
Rev: src/modules/Parser/html.c:1.172
Rev: src/modules/Perl/perlmod.c:1.36
Rev: src/modules/_Image_JPEG/image_jpeg.c:1.65
Rev: src/operators.c:1.189

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: operators.c,v 1.188 2004/04/06 15:37:55 nilsson Exp $ + || $Id: operators.c,v 1.189 2004/04/15 00:11:51 nilsson Exp $   */      #include "global.h"   #include <math.h> - RCSID("$Id: operators.c,v 1.188 2004/04/06 15:37:55 nilsson Exp $"); + RCSID("$Id: operators.c,v 1.189 2004/04/15 00:11:51 nilsson Exp $");   #include "interpret.h"   #include "svalue.h"   #include "multiset.h"
826:    }else{    INT32 e;    struct keypair *k; +  struct mapping_data *md;   #ifdef PIKE_DEBUG    struct svalue *save_sp=sp+1;   #endif
833:       SET_CYCLIC_RET(m);    -  MAPPING_LOOP(tmp) +  md = tmp->data; +  NEW_MAPPING_LOOP(md)    {    push_svalue(& k->ind);    o_cast(itype, run_time_itype);