From: Ken Hornstein Date: Thu, 17 Aug 2017 03:55:23 +0000 (-0400) Subject: Make sure the %(kilo) and %(kibi) instructions are in fmttest(1). X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/877306f0cf8700241efc2e245f66df5ba95113f9?ds=sidebyside;hp=0d0d0e65a4c093f3f8827d4cd3375dcde4d4aab0 Make sure the %(kilo) and %(kibi) instructions are in fmttest(1). Man, we should really merge fmttest and fmtdump at some point. --- diff --git a/uip/fmttest.c b/uip/fmttest.c index d848bea0..301321b7 100644 --- a/uip/fmttest.c +++ b/uip/fmttest.c @@ -1040,6 +1040,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");