зеркало из https://github.com/mozilla/pjs.git
Bug 284802 - AIX build failure after Bug 234182 checkin.
r=tor@acm.org, sr=darin@meer.net
This commit is contained in:
Родитель
cb8b1199e4
Коммит
8cdef048d9
|
@ -58,6 +58,8 @@
|
|||
#endif
|
||||
#include "nsAutoBuffer.h"
|
||||
|
||||
const PRUint16 nsPSFontGenerator::kSubFontSize = 255;
|
||||
|
||||
extern nsIAtom *gUsersLocale;
|
||||
#define NS_IS_BOLD(weight) ((weight) > 400 ? 1 : 0)
|
||||
|
||||
|
|
|
@ -458,7 +458,7 @@ public:
|
|||
nsString *GetSubset();
|
||||
|
||||
// 256 (PS type 1 encoding vector size) - 1 (1 is for mandatory /.notdef)
|
||||
const static PRUint16 kSubFontSize = 255;
|
||||
const static PRUint16 kSubFontSize;
|
||||
|
||||
protected:
|
||||
// XXX To support non-BMP characters, we may have to use
|
||||
|
|
Загрузка…
Ссылка в новой задаче