mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
704cddfcbc
--HG-- extra : rebase_source : 2561787b6f9ae3dc626cb6bf76e6f78f6cd15664
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
|