From 4231789b71bb42c4ab04e125f98fe5eb3cf030b6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 17 Nov 2024 14:49:03 -0500 Subject: Rename datetime -> moment --- types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'types.h') 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; -- cgit v1.2.3