X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b56c88e2847c582f9b18ae5bbda44f033cd49c42..bf989a8c437e2b510e6e02099514ae3cc1e6c2c8:/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");