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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
alexbiehl-gc
GHC
Commits
db167419
Commit
db167419
authored
25 years ago
by
AndyGill
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 2000-03-28 10:10:17 by andy]
Making STG Hugs compile again after the recent RTS checking.
parent
7f386840
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc/rts/Prelude.h
+7
-7
7 additions, 7 deletions
ghc/rts/Prelude.h
with
7 additions
and
7 deletions
ghc/rts/Prelude.h
+
7
−
7
View file @
db167419
/* -----------------------------------------------------------------------------
* $Id: Prelude.h,v 1.
6
2000/03/2
3
1
7:45:32 simonpj
Exp $
* $Id: Prelude.h,v 1.
7
2000/03/2
8
1
0:10:17 andy
Exp $
*
* (c) The GHC Team, 1998-2000
*
...
...
@@ -74,12 +74,12 @@ extern DLL_IMPORT const StgInfoTable PrelStable_StablePtr_con_info;
/* We need indirections to the Prelude stuff, because we can't link
* these symbols statically.
*/
extern
const
StgClosure
*
ind_True_closure
;
extern
const
StgClosure
*
ind_False_closure
;
extern
const
StgClosure
*
ind_True_
static_
closure
;
extern
const
StgClosure
*
ind_False_
static_
closure
;
extern
const
StgClosure
*
ind_unpackCString_closure
;
extern
const
StgClosure
*
ind_stackOverflow_closure
;
extern
const
StgClosure
*
ind_heapOverflow_closure
;
extern
const
StgClosure
*
ind_PutFullMVar_closure
;
extern
const
StgClosure
*
ind_PutFullMVar_
static_
closure
;
extern
const
StgClosure
*
ind_BlockedOnDeadMVar_closure
;
extern
const
StgClosure
*
ind_NonTermination_closure
;
...
...
@@ -100,11 +100,11 @@ extern const StgInfoTable *ind_W64zh_con_info;
extern
const
StgInfoTable
*
ind_StablePtr_static_info
;
extern
const
StgInfoTable
*
ind_StablePtr_con_info
;
#define True_closure ind_True_closure
#define False_closure ind_False_closure
#define True_closure ind_True_
static_
closure
#define False_closure ind_False_
static_
closure
#define stackOverflow_closure ind_stackOverflow_closure
#define heapOverflow_closure ind_heapOverflow_closure
#define PutFullMVar_closure ind_PutFullMVar_closure
#define PutFullMVar_closure ind_PutFullMVar_
static_
closure
#define BlockedOnDeadMVar_closure ind_BlockedOnDeadMVar_closure
#define NonTermination_closure ind_NonTermination_closure
#define Czh_static_info ind_Czh_static_info
...
...
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