зеркало из https://github.com/mozilla/gecko-dev.git
Fixing linux build bustage introduced by rich.burridge@sun.com. r=andreas.otte@primus-online.de
This commit is contained in:
Родитель
6c9644743a
Коммит
88467d2e9d
|
@ -134,7 +134,7 @@ XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex,
|
|||
);
|
||||
|
||||
return result;
|
||||
#else if defined(__SUNPRO_CC) /* Sun Workshop Compiler. */
|
||||
#elif defined(__SUNPRO_CC) /* Sun Workshop Compiler. */
|
||||
|
||||
asm(
|
||||
"\n\t /: PRUint32 n = invoke_count_words (paramCount, params) * 4;"
|
||||
|
|
|
@ -110,7 +110,7 @@ nsresult nsXPTCStubBase::Stub##n() \
|
|||
return result; \
|
||||
}
|
||||
|
||||
#else if defined(__SUNPRO_CC) /* Sun Workshop Compiler. */
|
||||
#elif defined(__SUNPRO_CC) /* Sun Workshop Compiler. */
|
||||
|
||||
#define STUB_ENTRY(n) \
|
||||
nsresult nsXPTCStubBase::Stub##n() \
|
||||
|
|
Загрузка…
Ссылка в новой задаче