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
aad1152e
Commit
aad1152e
authored
Mar 14, 1997
by
sof
Browse files
[project @ 1997-03-14 03:11:17 by sof]
AIX mods
parent
c2489556
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/runtime/prims/PrimMisc.lc
View file @
aad1152e
...
...
@@ -89,7 +89,10 @@ might have to perform a DynamicReturn (just Bool at the moment).
ED_RO_(PrelBase_False_inregs_info);
ED_RO_(PrelBase_True_inregs_info);
const W_ PrelBase_Bool_itblvtbl[] = {
#ifndef aix_TARGET_OS /* AIX gives link errors with this as a const (RO assembler section) */
const
#endif
W_ PrelBase_Bool_itblvtbl[] = {
(W_) PrelBase_False_inregs_info,
(W_) PrelBase_True_inregs_info
};
...
...
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