Branch: Tag:

2004-09-22

2004-09-22 13:40:27 by Martin Stjernholm <mast@lysator.liu.se>

Removed the ARRAY_WEAK_SHRINK stuff which only was used by the old multiset
implementation.

Rev: src/array.c:1.170
Rev: src/array.h:1.62
Rev: src/gc.c:1.257
Rev: src/main.c:1.208
Rev: src/signal_handler.c:1.305

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: array.h,v 1.61 2004/05/28 16:08:24 grubba Exp $ + || $Id: array.h,v 1.62 2004/09/22 13:40:27 mast Exp $   */      #ifndef ARRAY_H
36:   #define ARRAY_WEAK_FLAG 1   #define ARRAY_CYCLIC 2   #define ARRAY_LVALUE 4 - #define ARRAY_WEAK_SHRINK 8 +     - PMOD_EXPORT extern struct array empty_array, weak_empty_array, weak_shrink_empty_array; + PMOD_EXPORT extern struct array empty_array, weak_empty_array;   extern struct array *first_array;   extern struct array *gc_internal_array;