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