diff options
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/types.h b/src/types.h index eec3fac2..ae34c217 100644 --- a/src/types.h +++ b/src/types.h @@ -46,7 +46,6 @@ struct type_s { IntType, NumType, CStringType, - MomentType, TextType, ArrayType, SetType, @@ -76,7 +75,7 @@ struct type_s { struct { enum { TYPE_NBITS32=32, TYPE_NBITS64=64 } bits; } NumType; - struct {} CStringType, MomentType; + struct {} CStringType; struct { const char *lang; struct env_s *env; |
