Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
4551fa12
Commit
4551fa12
authored
Jun 25, 1999
by
simonmar
Browse files
[project @ 1999-06-25 09:14:54 by simonmar]
Comment about TABLES_NEXT_TO_CODE.
parent
6d40c9e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/includes/Stg.h
View file @
4551fa12
/* -----------------------------------------------------------------------------
* $Id: Stg.h,v 1.1
3
1999/06/25 09:1
3:38
simonmar Exp $
* $Id: Stg.h,v 1.1
4
1999/06/25 09:1
4:54
simonmar Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -47,6 +47,11 @@
#define COMPILER 1
#endif
/* TABLES_NEXT_TO_CODE says whether to assume that info tables are
* assumed to reside just before the code for a function.
*
* UNDEFINING THIS WON'T WORK ON ITS OWN. You have been warned.
*/
#ifndef USE_MINIINTERPRETER
#define TABLES_NEXT_TO_CODE
#endif
...
...
Write
Preview
Markdown
is supported
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