Branch: Tag:

2001-06-07

2001-06-07 08:26:48 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

optimized the range operator

Rev: src/array.c:1.107
Rev: src/array.h:1.36
Rev: src/docode.c:1.113
Rev: src/interpret_functions.h:1.56

5:   \*/      /* -  * $Id: array.h,v 1.35 2001/06/06 02:22:39 mast Exp $ +  * $Id: array.h,v 1.36 2001/06/07 08:26:46 hubbe Exp $    */   #ifndef ARRAY_H   #define ARRAY_H
26:    * though.    */    INT16 flags; /* ARRAY_* flags */ -  struct svalue item[1]; +  struct svalue *item; +  struct svalue real_item[1];   };      #define ARRAY_WEAK_FLAG 1