Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gesh
GHC
Commits
e4ee9683
Commit
e4ee9683
authored
25 years ago
by
sven.panne@aedion.de
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1999-08-26 08:23:44 by panne]
Fixed typo UNUSED => STG_UNUSED
parent
2f8df09e
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ghc/rts/gum/LLComms.c
+3
-3
3 additions, 3 deletions
ghc/rts/gum/LLComms.c
ghc/rts/hooks/Trace.c
+3
-3
3 additions, 3 deletions
ghc/rts/hooks/Trace.c
with
6 additions
and
6 deletions
ghc/rts/gum/LLComms.c
+
3
−
3
View file @
e4ee9683
/* -----------------------------------------------------------------------------
*
* $Id: LLComms.c,v 1.
2
199
8/12/02 13:29:06 simonm
Exp $
* $Id: LLComms.c,v 1.
3
199
9/08/26 08:23:44 panne
Exp $
*
* GUM Low-Level Inter-Task Communication
*
...
...
@@ -65,8 +65,8 @@ GetOpName(nat op)
*/
static
void
trace_SendOp
(
OPCODE
op
,
GLOBAL_TASK_ID
dest
UNUSED
,
unsigned
int
data1
UNUSED
,
unsigned
int
data2
UNUSED
)
trace_SendOp
(
OPCODE
op
,
GLOBAL_TASK_ID
dest
STG_
UNUSED
,
unsigned
int
data1
STG_
UNUSED
,
unsigned
int
data2
STG_
UNUSED
)
{
char
*
OpName
;
...
...
This diff is collapsed.
Click to expand it.
ghc/rts/hooks/Trace.c
+
3
−
3
View file @
e4ee9683
/* -----------------------------------------------------------------------------
* $Id: Trace.c,v 1.
3
1999/0
1
/2
5 12:01:21 simonm
Exp $
* $Id: Trace.c,v 1.
4
1999/0
8
/2
6 08:24:16 panne
Exp $
*
* User-overridable RTS hooks.
*
...
...
@@ -8,7 +8,7 @@
#include
"Rts.h"
void
PreTraceHook
(
long
fd
UNUSED
)
PreTraceHook
(
long
fd
STG_
UNUSED
)
{
/* Default is not to print anything, however this might be useful:
*
...
...
@@ -18,7 +18,7 @@ PreTraceHook (long fd UNUSED)
}
void
PostTraceHook
(
long
fd
UNUSED
)
PostTraceHook
(
long
fd
STG_
UNUSED
)
{
/* Default is not to print anything, however this might be useful:
*
...
...
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