pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-06-29
2008-06-29 20:42:59 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a56279c740ce957e78c6c829e259351d7d7b1c9d (
21
lines) (+
20
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added doc about the deprecated functions hash_7_{0,4}().
Rev: src/builtin_functions.c:1.681
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: builtin_functions.c,v 1.
680
2008/06/29 20:
21
:
41
grubba Exp $
+
|| $Id: builtin_functions.c,v 1.
681
2008/06/29 20:
42
:
59
grubba Exp $
*/ #include "global.h"
199:
return mkefuncallnode("`+", add_args); }
+
/*! @decl __deprecated__ int hash_7_4(string s)
+
*! @decl __deprecated__ int hash_7_4(string s, int max)
+
*!
+
*! @deprecated 7.4::hash
+
*!
+
*! @seealso
+
*! @[7.4::hash()]
+
*/
+
+
/*! @decl __deprecated__ int hash_7_0(string s)
+
*! @decl __deprecated__ int hash_7_0(string s, int max)
+
*!
+
*! @deprecated 7.0::hash
+
*!
+
*! @seealso
+
*! @[7.0::hash()]
+
*/
+
/*! @namespace 7.4:: */