Branch: Tag:

1997-10-03

1997-10-03 02:25:38 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

cyclic -> now fixed

Rev: src/Makefile.in:1.36
Rev: src/array.c:1.15
Rev: src/array.h:1.5
Rev: src/builtin_functions.c:1.46
Rev: src/cyclic.c:1.1
Rev: src/cyclic.h:1.1
Rev: src/testsuite.in:1.56
Rev: src/threads.h:1.17

20:    * Bits can be set that don't exist in the array    * though.    */ +  INT16 flags; /* ARRAY_* flags */    struct svalue item[1];   };    -  + #define ARRAY_CYCLIC 1      extern struct array empty_array;