pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-02-25
2014-02-25 14:37:13 by Per Hedbor <ph@opera.com>
61017f22c9f20531acfead6cd5ae78272e9b7ece (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
Tagged some more arguments UNUSED
842:
{ INT_TYPE i; check_all_args("random_seed",args,BIT_INT | BIT_OBJECT, 0);
+
if(TYPEOF(Pike_sp[-args]) == T_INT) { i=Pike_sp[-args].u.integer;
5256:
*! @seealso *! @[next_object()] */
-
static void f_map_all_objects( INT32 args )
+
static void f_map_all_objects( INT32
UNUSED(
args
)
)
{ struct object *o = first_object; INT32 total = 0;
7789:
*! @seealso *! @[lfun::_size_object()], @[sizeof()] */
-
static void f__size_object( INT32 args )
+
static void f__size_object( INT32
UNUSED(
args
)
)
{ size_t sum; unsigned int i;