pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-02-04
2001-02-04 02:08:19 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
fbda0f65942c2f42f2e593bf33b13c8facf610ba (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.2
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;