Branch: Tag:

2016-05-17

2016-05-17 14:47:24 by Per Hedbor <ph@opera.com>

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! */