Skip to content
Snippets Groups Projects
Commit 88467d2e authored by jst%netscape.com's avatar jst%netscape.com
Browse files

Fixing linux build bustage introduced by rich.burridge@sun.com. r=andreas.otte@primus-online.de

parent 6c964474
No related merge requests found
......@@ -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() \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment