serialization compiles.

Not entirely sure if it works too...
This commit is contained in:
Bernhard Amann 2013-04-10 13:15:31 -04:00
parent ac0e211c6c
commit a37ffab0ea
7 changed files with 89 additions and 4 deletions

View file

@ -104,6 +104,7 @@ SERIAL_VAL(MD5_VAL, 16)
SERIAL_VAL(SHA1_VAL, 17)
SERIAL_VAL(SHA256_VAL, 18)
SERIAL_VAL(ENTROPY_VAL, 19)
SERIAL_VAL(CARDINALITY_VAL, 20)
#define SERIAL_EXPR(name, val) SERIAL_CONST(name, val, EXPR)
SERIAL_EXPR(EXPR, 1)