Skip to content
GitLab
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
52d8e47b
Commit
52d8e47b
authored
Oct 12, 2000
by
simonmar
Browse files
[project @ 2000-10-12 15:49:34 by simonmar]
remove superfluous defns of index{Word,Ptr}OffClosure
parent
2e83a720
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/includes/PrimOps.h
View file @
52d8e47b
/* -----------------------------------------------------------------------------
* $Id: PrimOps.h,v 1.6
3
2000/
09/26
1
6
:4
5
:34 simon
pj
Exp $
* $Id: PrimOps.h,v 1.6
4
2000/
10/12
1
5
:4
9
:34 simon
mar
Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -41,16 +41,8 @@
r = ((P_ *)tmp)[i]; \
} while (0)
#else
/* These are the original definitions. They don't chase indirections. */
#define indexWordOffClosurezh(r,a,i) r= ((W_ *)(a))[i]
#define indexPtrOffClosurezh(r,a,i) r= ((P_ *)(a))[i]
#endif
/* -----------------------------------------------------------------------------
Comparison PrimOps.
-------------------------------------------------------------------------- */
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment