Branch: Tag:

2001-02-04

2001-02-04 02:08:19 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

more optimization

Rev: src/operators.c:1.118

6:   /**/   #include "global.h"   #include <math.h> - RCSID("$Id: operators.c,v 1.117 2001/02/04 00:38:16 hubbe Exp $"); + RCSID("$Id: operators.c,v 1.118 2001/02/04 02:08:19 hubbe Exp $");   #include "interpret.h"   #include "svalue.h"   #include "multiset.h"
305:    }    r->len=SUBTRACT_PCHARP(buf,MKPCHARP_STR(r));    low_set_index(r,r->len,0); -  r=end_shared_string(r); +  r=low_end_shared_string(r);    pop_n_elems(args);    push_string(r);    break;