pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-02-04
2001-02-04 02:08:25 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
ba5280005ecaa2d21d2513bab7a1eae65ccfa2d9 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
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
:
34
:
54
hubbe Exp $");
+
RCSID("$Id: operators.c,v 1.
118
2001/02/04
02
:
08
:
25
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;