aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-11-17 14:49:03 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-11-17 14:49:03 -0500
commit4231789b71bb42c4ab04e125f98fe5eb3cf030b6 (patch)
treec73aafaeef60b77555cfd25ccd30c618e431d52a /types.h
parentc1ae79ac3c320923363994fb88f4cc2fa13317ce (diff)
Rename datetime -> moment
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;