зеркало из https://github.com/mozilla/gecko-dev.git
fix HPUX bustage - can't have const user-defined (typedefed) variables inside structures without initializing them inside that structure
This commit is contained in:
Родитель
a079c4a613
Коммит
87a78a035e
|
@ -231,7 +231,7 @@ typedef void
|
||||||
|
|
||||||
typedef struct JSErrorFormatString {
|
typedef struct JSErrorFormatString {
|
||||||
const char *format;
|
const char *format;
|
||||||
const uintN argCount;
|
uintN argCount;
|
||||||
} JSErrorFormatString;
|
} JSErrorFormatString;
|
||||||
|
|
||||||
typedef const JSErrorFormatString *
|
typedef const JSErrorFormatString *
|
||||||
|
|
Загрузка…
Ссылка в новой задаче