pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-12-27
1999-12-27 18:30:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8018a76e86ee0998b6ca5fb9f2e75125f861ba58 (
11
lines) (+
6
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/operators.c:1.83
6:
/**/ #include "global.h" #include <math.h>
-
RCSID("$Id: operators.c,v 1.
82
1999/12/27 18:
28
:
21
grubba Exp $");
+
RCSID("$Id: operators.c,v 1.
83
1999/12/27 18:
30
:
54
grubba Exp $");
#include "interpret.h" #include "svalue.h" #include "multiset.h"
2465:
tOr(tInt,tFloat),tInt01), tFuncV(tSetvar(0,tOr4(tString,tMapping,tMultiset,tArray)) tVar(0), tVar(0),tInt01),
-
tFuncV(tOr3(
tObject
,tProgram,tFunction) tMix,tMix,tInt01),
-
tFuncV(tMix tOr3(
tObject
,tProgram,tFunction),tMix,tInt01),
+
tFuncV(tOr3(
tObj
,tProgram,tFunction) tMix,tMix,tInt01),
+
tFuncV(tMix tOr3(
tObj
,tProgram,tFunction),tMix,tInt01),
tFuncV(tType tType,tOr3(tProgram,tFunction,tType),tInt01)), OPT_TRY_OPTIMIZE,optimize_eq,generate_comparison); /* function(mixed...:int) */
2475:
tOr(tInt,tFloat),tInt01), tFuncV(tSetvar(0,tOr4(tString,tMapping,tMultiset,tArray)) tVar(0), tVar(0),tInt01),
-
tFuncV(tOr3(
tObject
,tProgram,tFunction) tMix,tMix,tInt01),
-
tFuncV(tMix tOr3(
tObject
,tProgram,tFunction),tMix,tInt01),
+
tFuncV(tOr3(
tObj
,tProgram,tFunction) tMix,tMix,tInt01),
+
tFuncV(tMix tOr3(
tObj
,tProgram,tFunction),tMix,tInt01),
tFuncV(tType tType,tOr3(tProgram,tFunction,tType),tInt01)), OPT_TRY_OPTIMIZE,0,generate_comparison); /* function(mixed:int) */