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:
Ari Sundholm
2015-03-04 18:46:48 +02:00
committed by Denys Vlasenko
parent 92edab1aa6
commit 8893023ba2
3 changed files with 26 additions and 25 deletions

View File

@ -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: */