Attempt to fix mach-o bustage. b=172207

This commit is contained in:
dbaron%fas.harvard.edu 2002-10-08 03:58:32 +00:00
Родитель 9cfd26f329
Коммит 50be3cbecb
2 изменённых файлов: 14 добавлений и 2 удалений

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

@ -3432,7 +3432,13 @@ nsComputedDOMStyle::GetQueryablePropertyMap(PRUint32* aLength)
* Properties commented out with // are not yet implemented *
* Properties commented out with //// are shorthands and not queryable *
\* ******************************************************************* */
static const ComputedStyleMapEntry map[] = {
static
#ifndef XP_MACOSX
// XXX If this actually fixes the bustage, replace this with an
// autoconf test.
const
#endif
ComputedStyleMapEntry map[] = {
/* ****************************** *\
* Implementations of CSS2 styles *
\* ****************************** */

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

@ -3432,7 +3432,13 @@ nsComputedDOMStyle::GetQueryablePropertyMap(PRUint32* aLength)
* Properties commented out with // are not yet implemented *
* Properties commented out with //// are shorthands and not queryable *
\* ******************************************************************* */
static const ComputedStyleMapEntry map[] = {
static
#ifndef XP_MACOSX
// XXX If this actually fixes the bustage, replace this with an
// autoconf test.
const
#endif
ComputedStyleMapEntry map[] = {
/* ****************************** *\
* Implementations of CSS2 styles *
\* ****************************** */