dd: move suffix struct to xatonum.c
This way it can be used by other applets without duplication. Signed-off-by: Ari Sundholm <ari@tuxera.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
92edab1aa6
commit
8893023ba2
@ -862,6 +862,7 @@ struct suffix_mult {
|
||||
};
|
||||
extern const struct suffix_mult bkm_suffixes[];
|
||||
#define km_suffixes (bkm_suffixes + 1)
|
||||
extern const struct suffix_mult cwbkMG_suffixes[];
|
||||
|
||||
#include "xatonum.h"
|
||||
/* Specialized: */
|
||||
|
Reference in New Issue
Block a user