michael@0: /* michael@0: ******************************************************************************* michael@0: * Copyright (C) 2010-2012, International Business Machines Corporation and * michael@0: * others. All Rights Reserved. * michael@0: ******************************************************************************* michael@0: */ michael@0: michael@0: #ifndef FMTABLEIMP_H michael@0: #define FMTABLEIMP_H michael@0: michael@0: michael@0: /** michael@0: * @internal michael@0: */ michael@0: struct FmtStackData { michael@0: DigitList stackDecimalNum; // 128 michael@0: //CharString stackDecimalStr; // 64 michael@0: // ----- michael@0: // 192 total michael@0: }; michael@0: michael@0: michael@0: michael@0: #endif