pike.git/
src/
svalue.h
Branch:
Tag:
Non-build tags
All tags
No tags
1999-11-25
1999-11-25 17:05:38 by Martin Stjernholm <mast@lysator.liu.se>
be0770b20349d26fe75126d1c1bf970cc94caa30 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
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)