X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b56c88e2847c582f9b18ae5bbda44f033cd49c42..337b4e616e8f53ba06285b1645e1df9918ed5c16:/uip/fmtdump.c diff --git a/uip/fmtdump.c b/uip/fmtdump.c index f1df6f35..86dbfefc 100644 --- a/uip/fmtdump.c +++ b/uip/fmtdump.c @@ -371,6 +371,8 @@ f_typestr(int t) case FT_LV_DIVIDE_L: return("LV_DIVIDE_L"); case FT_LV_MODULO_L: return("LV_MODULO_L"); case FT_LV_CHAR_LEFT: return("LV_CHAR_LEFT"); + case FT_LS_KILO: return("LS_KILO"); + case FT_LS_KIBI: return("LS_KIBI"); case FT_LS_MONTH: return("LS_MONTH"); case FT_LS_LMONTH: return("LS_LMONTH"); case FT_LS_ZONE: return("LS_ZONE");