Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
005f5e7e
Commit
005f5e7e
authored
Jan 04, 2006
by
simonmar
Browse files
[project @ 2006-01-04 12:51:59 by simonmar]
remove duplicate definition
parent
d19f868a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/includes/mkDerivedConstants.c
View file @
005f5e7e
...
...
@@ -185,7 +185,6 @@
#define tso_field_macro(str) \
printf("#define " str "(__ptr__) REP_" str "[__ptr__+TSO_OFFSET_" str "]\n")
#define tso_field(s_type, field) \
tso_payload_offset(s_type, field); \
field_type(s_type, field); \
tso_field_offset(s_type,field); \
tso_field_macro(str(s_type,field))
...
...
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