pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-08-15
2014-08-15 02:39:50 by Martin Nilsson <nilsson@opera.com>
f3ade2f3dbc03bb6bb3dac529903075820c83505 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
hash_7_4 is not deprecated.
206:
*! @deprecated 7.4::hash *! *! @seealso
-
*! @[7.4::hash()]
+
*! @[7.4::hash()]
, @[hash()]
*/ /*! @namespace 7.4::
9816:
tFunc(tStr tOr(tInt,tVoid),tInt),OPT_TRY_OPTIMIZE); ADD_EFUN("hash_7_4",f_hash_7_4,
-
tDeprecated(
tFunc(tStr tOr(tInt,tVoid),tInt)
)
,OPT_TRY_OPTIMIZE);
+
tFunc(tStr tOr(tInt,tVoid),tInt),OPT_TRY_OPTIMIZE);
ADD_EFUN("hash_value",f_hash_value,tFunc(tMix,tInt),OPT_TRY_OPTIMIZE);