Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/date.h
diff options
context:
space:
mode:
Diffstat (limited to 'date.h')
-rw-r--r--date.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/date.h b/date.h
index 5db9ec8dd2..c3a00d08ed 100644
--- a/date.h
+++ b/date.h
@@ -20,6 +20,10 @@ struct date_mode {
int local;
};
+#define DATE_MODE_INIT { \
+ .type = DATE_NORMAL, \
+}
+
/*
* Convenience helper for passing a constant type, like:
*