4297072ccd
X-SVN-Rev: 32905
25 lines
578 B
C
25 lines
578 B
C
/*
|
|
*******************************************************************************
|
|
* 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
|