This commit is contained in:
jst%netscape.com 2000-06-22 12:29:14 +00:00
Родитель 6c9644743a
Коммит 88467d2e9d
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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() \