diff options
Diffstat (limited to 'src/table/control_codes.h')
-rw-r--r-- | src/table/control_codes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/table/control_codes.h b/src/table/control_codes.h index 50233d5f6..5ab5331f9 100644 --- a/src/table/control_codes.h +++ b/src/table/control_codes.h @@ -68,6 +68,10 @@ enum StringControlCode { SCC_DATE_SHORT, SCC_DATE_LONG, SCC_DATE_ISO, + SCC_DATE_WALLCLOCK_TINY, + SCC_DATE_WALLCLOCK_SHORT, + SCC_DATE_WALLCLOCK_LONG, + SCC_DATE_WALLCLOCK_ISO, /* Must be consecutive */ SCC_STRING1, |