pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-12-15
1999-12-15 00:52:31 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e06e10a35880de461b41539b8c23f9930121c018 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo in o_and().
Rev: src/operators.c:1.77
6:
/**/ #include "global.h" #include <math.h>
-
RCSID("$Id: operators.c,v 1.
76
1999/12/15 00:
48
:
18
grubba Exp $");
+
RCSID("$Id: operators.c,v 1.
77
1999/12/15 00:
52
:
31
grubba Exp $");
#include "interpret.h" #include "svalue.h" #include "multiset.h"
845:
t = and_pike_types(sp[-2].u.string, sp[-1].u.string); pop_n_elems(2); push_string(t);
-
sp[-1].type = T_
STRING
;
+
sp[-1].type = T_
TYPE
;
return; }