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
bf3641ae
Commit
bf3641ae
authored
Mar 23, 1999
by
sof
Browse files
[project @ 1999-03-23 08:34:07 by sof]
*_SECTION_END_MARKER_DECLs are now void*
parent
0d8fd5b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/includes/ClosureMacros.h
View file @
bf3641ae
/* ----------------------------------------------------------------------------
* $Id: ClosureMacros.h,v 1.
9
1999/03/
15 16:53:10 simonm
Exp $
* $Id: ClosureMacros.h,v 1.
10
1999/03/
23 08:34:07 sof
Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -99,8 +99,8 @@ static __inline__ StgFunPtr get_entry(const StgInfoTable *itbl) {
*/
extern
StgFun
start
;
extern
StgWord
TEXT_SECTION_END_MARKER_DECL
[]
;
extern
StgWord
DATA_SECTION_END_MARKER_DECL
[]
;
extern
void
*
TEXT_SECTION_END_MARKER_DECL
;
extern
void
*
DATA_SECTION_END_MARKER_DECL
;
#define IS_CODE_PTR(p) ((P_)(p) < (P_)&TEXT_SECTION_END_MARKER)
#define IS_DATA_PTR(p) ((P_)(p) >= (P_)&TEXT_SECTION_END_MARKER && (P_)(p) < (P_)&DATA_SECTION_END_MARKER)
...
...
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