fix HPUX bustage - can't have const user-defined (typedefed) variables inside structures without initializing them inside that structure

This commit is contained in:
alecf%netscape.com 1999-02-26 17:39:28 +00:00
Родитель a079c4a613
Коммит 87a78a035e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 *