diff options
Diffstat (limited to 'date.h')
-rw-r--r-- | date.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ struct date_mode { int local; }; +#define DATE_MODE_INIT { \ + .type = DATE_NORMAL, \ +} + /* * Convenience helper for passing a constant type, like: * |