token. Seems to be isolated to datetime.c and datetime.h.
#if 0
syot
#endif
- {"t", TIME, DTK_TIME}, /* Filler for ISO time fields */
+ {"t", ISOTIME, DTK_TIME}, /* Filler for ISO time fields */
#if 0
taht
#endif
ptype = val;
break;
- case TIME:
+ case ISOTIME:
/* This is a filler field "t"
* indicating that the next field is time.
* Try to verify that this is sensible.
ptype = val;
break;
- case TIME:
+ case ISOTIME:
tmask = 0;
/***
#define ABS_BEFORE 18
#define ABS_AFTER 19
/* generic fields to help with parsing */
-#define DATE 20
-#define TIME 21
+#define ISODATE 20
+#define ISOTIME 21
/* reserved for unrecognized string values */
#define UNKNOWN_FIELD 31