pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-02-04
2001-02-04 00:38:45 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
065c22ef1c96392a1baf5914ab9eaa920ae91ce7 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.0
major optimization
Rev: src/operators.c:1.89
6:
/**/ #include "global.h" #include <math.h>
-
RCSID("$Id: operators.c,v 1.
88
2000
/
04
/
08
15
:
29
:
02
grubba
Exp $");
+
RCSID("$Id: operators.c,v 1.
89
2001
/
02/
04
00
:
38
:
45
hubbe
Exp $");
#include "interpret.h" #include "svalue.h" #include "multiset.h"
190:
pike_string_cpy(buf,sp[e].u.string); INC_PCHARP(buf,sp[e].u.string->len); }
-
sp[-args].u.string=end_shared_string(r);
+
sp[-args].u.string=
low_
end_shared_string(r);
sp[-args].type=T_STRING; for(e=-args+1;e<0;e++) free_string(sp[e].u.string); sp-=args-1;