Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
56099377
Commit
56099377
authored
Jan 14, 1999
by
simonm
Browse files
[project @ 1999-01-14 16:57:07 by simonm]
Remove a couple of non-existent closure types.
parent
55e0bdb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/includes/ClosureTypes.h
View file @
56099377
/* ----------------------------------------------------------------------------
* $Id: ClosureTypes.h,v 1.
3
1999/01/1
3
1
7:25:52
simonm Exp $
* $Id: ClosureTypes.h,v 1.
4
1999/01/1
4
1
6:57:07
simonm Exp $
*
* Closure Type Constants
*
...
...
@@ -42,23 +42,21 @@
#define RET_VEC_BIG 26
#define RET_DYN 27
#define UPDATE_FRAME 28
#define UPDATE_STATIC_FRAME 29
#define CATCH_FRAME 30
#define STOP_FRAME 31
#define SEQ_FRAME 32
#define BLACKHOLE 33
#define BLACKHOLE_STATIC 34
#define MVAR 35
#define ARR_WORDS 36
#define MUT_ARR_WORDS 37
#define MUT_ARR_PTRS 38
#define MUT_ARR_PTRS_FROZEN 39
#define MUT_VAR 40
#define WEAK 41
#define FOREIGN 42
#define TSO 43
#define BLOCKED_FETCH 44
#define FETCH_ME 45
#define EVACUATED 46
#define CATCH_FRAME 29
#define STOP_FRAME 30
#define SEQ_FRAME 31
#define BLACKHOLE 32
#define MVAR 33
#define ARR_WORDS 34
#define MUT_ARR_WORDS 35
#define MUT_ARR_PTRS 36
#define MUT_ARR_PTRS_FROZEN 37
#define MUT_VAR 38
#define WEAK 49
#define FOREIGN 40
#define TSO 41
#define BLOCKED_FETCH 42
#define FETCH_ME 43
#define EVACUATED 44
#endif CLOSURETYPES_H
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment