Branch: Tag:

1996-12-05

1996-12-05 02:32:36 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

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);