Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mullvad Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Mullvad Browser
Commits
88467d2e
Commit
88467d2e
authored
24 years ago
by
jst%netscape.com
Browse files
Options
Downloads
Patches
Plain Diff
Fixing linux build bustage introduced by rich.burridge@sun.com. r=andreas.otte@primus-online.de
parent
6c964474
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
xpcom/reflect/xptcall/src/md/unix/xptcinvoke_unixish_x86.cpp
+1
-1
1 addition, 1 deletion
xpcom/reflect/xptcall/src/md/unix/xptcinvoke_unixish_x86.cpp
xpcom/reflect/xptcall/src/md/unix/xptcstubs_unixish_x86.cpp
+1
-1
1 addition, 1 deletion
xpcom/reflect/xptcall/src/md/unix/xptcstubs_unixish_x86.cpp
with
2 additions
and
2 deletions
xpcom/reflect/xptcall/src/md/unix/xptcinvoke_unixish_x86.cpp
+
1
−
1
View file @
88467d2e
...
...
@@ -134,7 +134,7 @@ XPTC_InvokeByIndex(nsISupports* that, PRUint32 methodIndex,
);
return
result
;
#el
se
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;"
...
...
This diff is collapsed.
Click to expand it.
xpcom/reflect/xptcall/src/md/unix/xptcstubs_unixish_x86.cpp
+
1
−
1
View file @
88467d2e
...
...
@@ -110,7 +110,7 @@ nsresult nsXPTCStubBase::Stub##n() \
return result; \
}
#el
se
if defined(__SUNPRO_CC)
/* Sun Workshop Compiler. */
#elif defined(__SUNPRO_CC)
/* Sun Workshop Compiler. */
#define STUB_ENTRY(n) \
nsresult nsXPTCStubBase::Stub##n() \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment