pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
1996-12-05
1996-12-05 02:32:36 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
4d58590927679e51343e73c456abf7a3fc821bab (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
bugfixes
Rev: src/builtin_functions.c:1.17
Rev: src/multiset.c:1.3
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
16
1996/12/05
00
:
47
:
11
hubbe Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
17
1996/12/05
02
:
32
:
35
hubbe Exp $");
#include "interpret.h" #include "svalue.h" #include "macros.h"
1483:
count_memory_in_objects(&num, &size); push_text("num_objects"); push_int(num);
-
push_text("object_
bytees
");
+
push_text("object_
bytes
");
push_int(size); count_memory_in_callbacks(&num, &size);