Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
6e9450db
Commit
6e9450db
authored
Apr 17, 2007
by
Simon Marlow
Browse files
con_desc should be an OFFSET_FIELD
parent
51d7a92b
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/InfoTables.h
View file @
6e9450db
...
...
@@ -388,7 +388,8 @@ typedef struct _StgConInfoTable {
StgInfoTable
i
;
#endif
char
*
con_desc
;
/* the name of the data constructor as: Package:Module.Name */
OFFSET_FIELD
(
con_desc
)
// the name of the data constructor
// as: Package:Module.Name
#if defined(TABLES_NEXT_TO_CODE)
StgInfoTable
i
;
...
...
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