Branch: Tag:

2001-04-30

2001-04-30 17:38:26 by Martin Stjernholm <mast@lysator.liu.se>

Added note about how rbtree borrows some bits in the svalue type field
for internal use.

Rev: src/svalue.h:1.91

5:   \*/      /* -  * $Id: svalue.h,v 1.90 2001/04/28 21:33:19 mast Exp $ +  * $Id: svalue.h,v 1.91 2001/04/30 17:38:26 mast Exp $    */   #ifndef SVALUE_H   #define SVALUE_H
77:   #define STRUCT_SVALUE_DECLARED   #endif    + /* Note: At least rbtree overlays the type field and uses the top 4 +  * bits in it internally. */ +    struct svalue   {    unsigned INT16 type;