Branch: Tag:

2001-06-11

2001-06-11 21:19:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Backported fix for [bug 1735 (#1735)] from Pike 7.3.

Rev: src/operators.c:1.120

6:   /**/   #include "global.h"   #include <math.h> - RCSID("$Id: operators.c,v 1.119 2001/02/25 17:55:08 hubbe Exp $"); + RCSID("$Id: operators.c,v 1.120 2001/06/11 21:19:34 grubba Exp $");   #include "interpret.h"   #include "svalue.h"   #include "multiset.h"
948:    push_mapping(m);    return;    } +  default: +  { +  int args = 2; +  SIMPLE_BAD_ARG_ERROR("`&", 2, "mapping");    } -  +  }    else    {    int args = 2;