Branch: Tag:

1999-11-25

1999-11-25 17:05:38 by Martin Stjernholm <mast@lysator.liu.se>

Added tAny.

Rev: src/svalue.h:1.41

5:   \*/      /* -  * $Id: svalue.h,v 1.40 1999/11/25 00:56:26 hubbe Exp $ +  * $Id: svalue.h,v 1.41 1999/11/25 17:05:38 mast Exp $    */   #ifndef SVALUE_H   #define SVALUE_H
156:   #define tStringIndicable tOr5(tMapping,tObj,tFunction,tProgram,tMultiset)   #define tRef tOr(tString,tComplex)   #define tIfnot(X,Y) tAnd(tNot(X),Y) + #define tAny tOr(tVoid,tMix)      #define BIT_ARRAY (1<<PIKE_T_ARRAY)   #define BIT_MAPPING (1<<PIKE_T_MAPPING)