aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/types.h b/types.h
index c983dc24..aa0caf49 100644
--- a/types.h
+++ b/types.h
@@ -48,7 +48,7 @@ struct type_s {
IntType,
NumType,
CStringType,
- DateTimeType,
+ MomentType,
TextType,
ArrayType,
ChannelType,
@@ -78,7 +78,7 @@ struct type_s {
struct {
enum { TYPE_NBITS32=32, TYPE_NBITS64=64 } bits;
} NumType;
- struct {} CStringType, DateTimeType;
+ struct {} CStringType, MomentType;
struct {
const char *lang;
struct env_s *env;