+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
*******************************************************************************
* Copyright (C) 2010-2014, International Business Machines Corporation and *
#ifndef FMTABLEIMP_H
#define FMTABLEIMP_H
-#include "digitlst.h"
+#include "number_decimalquantity.h"
-U_NAMESPACE_BEGIN
+#if !UCONFIG_NO_FORMATTING
-/**
- * @internal
- */
-struct FmtStackData {
- DigitList stackDecimalNum; // 128
- //CharString stackDecimalStr; // 64
- // -----
- // 192 total
-};
+U_NAMESPACE_BEGIN
/**
* Maximum int64_t value that can be stored in a double without chancing losing precision.
U_NAMESPACE_END
+#endif // #if !UCONFIG_NO_FORMATTING
#endif