summaryrefslogtreecommitdiffstats
path: root/generic/tclDate.h
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2017-01-10 22:40:16 (GMT)
committersebres <sebres@users.sourceforge.net>2017-01-10 22:40:16 (GMT)
commitbc93c0f3ab88c29a0985e463ccd73fafaddddbc9 (patch)
treecca855feaafbb0568d92cc2b06cb9d8116e194c5 /generic/tclDate.h
parent61be8dc3b8493311781e3fec5575cb85161d16ab (diff)
downloadtcl-bc93c0f3ab88c29a0985e463ccd73fafaddddbc9.zip
tcl-bc93c0f3ab88c29a0985e463ccd73fafaddddbc9.tar.gz
tcl-bc93c0f3ab88c29a0985e463ccd73fafaddddbc9.tar.bz2
min length of %Y token (year with century) is 4, optional tokens possibility (zone), test cases extended
Diffstat (limited to 'generic/tclDate.h')
-rw-r--r--generic/tclDate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclDate.h b/generic/tclDate.h
index fe38436..64135d3 100644
--- a/generic/tclDate.h
+++ b/generic/tclDate.h
@@ -30,6 +30,7 @@
#define ONE_YEAR 365 /* days */
+#define CLF_OPTIONAL (1 << 0) /* token is non mandatory */
#define CLF_JULIANDAY (1 << 3)
#define CLF_TIME (1 << 4)
#define CLF_LOCALSEC (1 << 5)