pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2016-05-17
2016-05-17 14:47:24 by Per Hedbor <ph@opera.com>
e9918d5d4834ad5cf2679b16250aea3d690f2f71 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
make _sqrt a "fake" lfun
219:
"_deserialize", "_size_object", "_random",
-
+
"`**", "``**",
-
+
"_sqrt",
}; struct pike_string *lfun_strings[NELEM(lfun_names)];
286:
tFuncV(tFunction tFunction, tVoid, tMix), /* "_random", */ tFuncV(tOr3(tInt,tFloat,tObj),tVoid,tOr3(tObj,tInt,tFloat)), /* "pow", */ tFuncV(tOr3(tInt,tFloat,tObj),tVoid,tOr3(tObj,tInt,tFloat)), /* "rpow", */
+
tFunc(tVoid,tMix),/* "_sqrt* */
}; /* These two are not true LFUNs! */